GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : RangeGroupStateChanged Event |
'Declaration Public Event RangeGroupStateChanged As EventHandler(Of RangeGroupStateChangedEventArgs)
'Usage Dim instance As SheetView Dim handler As EventHandler(Of RangeGroupStateChangedEventArgs) AddHandler instance.RangeGroupStateChanged, handler
public event EventHandler<RangeGroupStateChangedEventArgs> RangeGroupStateChanged
The event handler receives an argument of type RangeGroupStateChangedEventArgs containing data related to this event. The following RangeGroupStateChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Index | Gets the index of the RangeGroupInfo object whose state has changed. |
IsRowGroup | Gets whether the outline (range group) is a group of rows. |
Level | Gets the level of the RangeGroupInfo object whose state has changed. |
Target Platforms: Windows Server 2012, Windows RT