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


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

Parameters

e
ActiveSheetChangingEventArgs object that contains the event data
See Also