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


e
RangeGroupStateChangingEventArgs object containing the event data
Raises the RangeGroupStateChanging event.

Syntax

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

Parameters

e
RangeGroupStateChangingEventArgs object containing the event data

See Also