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