ComponentOne FlexReport for WinForms
PropertyNotifyEventArgs Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document 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