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


e
RangeGroupStateChangedEventArgs object containing the event data
Raises the RangeGroupStateChanged event.

Syntax

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

Parameters

e
RangeGroupStateChangedEventArgs object containing the event data

See Also