RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1InsertTableTool.ViewModel Class / OnPropertyChanged Method

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

    Parameters

    propertyName
    See Also