Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.


In This Topic
    OnPropertyChanged Method (CharBoxCollection)
    In This Topic
    Notify the property changed notification.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As CharBoxCollection
    Dim e As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(e)
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.
    See Also