Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / FireEditorValueChanged Method
EventArgs object that contains event data


In This Topic
    FireEditorValueChanged Method (GcCharMaskCellType)
    In This Topic
    Fires the EditorValueChanged event if there are any delegates attached.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub FireEditorValueChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As GcCharMaskCellType
    Dim e As EventArgs
     
    instance.FireEditorValueChanged(e)
    protected virtual void FireEditorValueChanged( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object that contains event data
    See Also