ComponentOne FlexReport for UWP
PropertyNotifyEventArgs Constructor

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > PropertyNotifyEventArgs Class : PropertyNotifyEventArgs Constructor
The name of the property that changing or changed.
Initializes a new instance of the PropertyNotifyEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As System.String _
)
public PropertyNotifyEventArgs( 
   System.string propertyName
)

Parameters

propertyName
The name of the property that changing or changed.
See Also

Reference

PropertyNotifyEventArgs Class
PropertyNotifyEventArgs Members