FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / FireEditorValueChanged Method
EventArgs object that contains event data


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

Parameters

e
EventArgs object that contains event data
See Also