OnActiveSpreadViewChanged Method
In This Topic
Raises the ActiveSpreadViewChanged event.
Syntax
'Declaration
Protected Overridable Sub OnActiveSpreadViewChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnActiveSpreadViewChanged(e)
protected virtual void OnActiveSpreadViewChanged(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also