Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnRangeGroupStateChanged Method
RangeGroupStateChangedEventArgs object that contains the event data


In This Topic
OnRangeGroupStateChanged Method
In This Topic
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)

Parameters

e
RangeGroupStateChangedEventArgs object that contains the event data
See Also