Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfo Class / NotifyPropertyChanged Method


In This Topic
    NotifyPropertyChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub NotifyPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As CharBoxInfo
    Dim e As PropertyChangedEventArgs
     
    instance.NotifyPropertyChanged(e)
    protected void NotifyPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    See Also