Syntax
'Declaration
Protected Overridable Sub OnActiveSpreadViewChanging( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpSpread
Dim e As EventArgs
instance.OnActiveSpreadViewChanging(e)
protected virtual void OnActiveSpreadViewChanging(
EventArgs
)
Parameters
- e
- EventArgs object that contains the event data
See Also