Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnActiveSpreadViewChanging Method
EventArgs object that contains the event data


In This Topic
OnActiveSpreadViewChanging Method
In This Topic
Raises the ActiveSpreadViewChanging event.
Syntax
'Declaration
 
Protected Overridable Sub OnActiveSpreadViewChanging( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As EventArgs
 
instance.OnActiveSpreadViewChanging(e)

Parameters

e
EventArgs object that contains the event data
See Also