Class GroupChangedEventArgs
Provides data for the GroupExpanded and GroupCollapsed events.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class GroupChangedEventArgs : GridEventArgs
Constructors
GroupChangedEventArgs(Object)
Initializes a new instance of the GroupChangedEventArgs class.
Declaration
public GroupChangedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
Group
Gets the corresponding group that is expanded or collapsed in view.
Declaration
public Group Group { get; }
Property Value
Type | Description |
---|---|
Group | The Group that is being changed in view. |