Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / FireEditorValueChanged Method
EventArgs object that contains event data


In This Topic
    FireEditorValueChanged Method (BaseCellType)
    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 BaseCellType
    Dim e As EventArgs
     
    instance.FireEditorValueChanged(e)
    protected virtual void FireEditorValueChanged( 
       EventArgs e
    )

    Parameters

    e
    EventArgs object that contains event data
    See Also