Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / PropertyNotifyEventArgs Class / PropertyNotifyEventArgs Constructor
The name of the property that changing or changed.

In This Topic
    PropertyNotifyEventArgs Constructor
    In This Topic
    Initializes a new instance of the PropertyNotifyEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyName As String _
    )
    public PropertyNotifyEventArgs( 
       string propertyName
    )

    Parameters

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