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


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

Parameters

e
EventArgs object that contains the event data
See Also