Spread Windows Forms 12.0 Product Documentation
FireEditorValueChanged Method (BaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BaseCellType Class : FireEditorValueChanged Method
EventArgs object that contains event data
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

Reference

BaseCellType Class
BaseCellType Members