FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / ShapeBase Class / OnPropertyChanged Method
the name of the property that changed.

In This Topic
    OnPropertyChanged Method (ShapeBase)
    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