Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / OnFieldPropertyChanged Method


In This Topic
    OnFieldPropertyChanged Method (CharBoxInfoCollection)
    In This Topic
    Raises the FieldPropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFieldPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As CharBoxInfoCollection
    Dim e As PropertyChangedEventArgs
     
    instance.OnFieldPropertyChanged(e)
    protected virtual void OnFieldPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    See Also