FarPoint.Win.Spread
OnActiveSheetChanging Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnActiveSheetChanging Method


e
ActiveSheetChangingEventArgs object containing the event data
Raises the ActiveSheetChanging event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnActiveSheetChanging( _
   ByVal e As ActiveSheetChangingEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim e As ActiveSheetChangingEventArgs
 
instance.OnActiveSheetChanging(e)
C# 
protected virtual void OnActiveSheetChanging( 
   ActiveSheetChangingEventArgs e
)

Parameters

e
ActiveSheetChangingEventArgs object containing the event data

See Also