Spread Windows Forms 12.0 Product Documentation
OnActiveSheetChanging Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnActiveSheetChanging Method
ActiveSheetChangingEventArgs object that contains the event data
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)
protected virtual void OnActiveSheetChanging( 
   ActiveSheetChangingEventArgs e
)

Parameters

e
ActiveSheetChangingEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members