Spread Windows Forms 12.0 Product Documentation
OnRangeGroupStateChanged Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnRangeGroupStateChanged Method
RangeGroupStateChangedEventArgs object that contains the event data
Raises the RangeGroupStateChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnRangeGroupStateChanged( _
   ByVal e As RangeGroupStateChangedEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As RangeGroupStateChangedEventArgs
 
instance.OnRangeGroupStateChanged(e)
protected virtual void OnRangeGroupStateChanged( 
   RangeGroupStateChangedEventArgs e
)

Parameters

e
RangeGroupStateChangedEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members