Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / BasePersistableObject Class / OnPropertyChanged Method
The property name.

In This Topic
    OnPropertyChanged Method (BasePersistableObject)
    In This Topic
    Fires property change notification.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    The property name.
    See Also