Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1LinearBrush Class / OnPropertyChanged Method
the name of the property that changed.

In This Topic
    OnPropertyChanged Method (C1LinearBrush)
    In This Topic
    Fires PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    the name of the property that changed.
    See Also