Class GridTableOptionsChangedEventArgs
Represents the class that provides event arguments for the RaiseGroupOptionsChanged(GridGroupOptionsChangedEventArgs) and RaiseGroupOptionsChanging(GridGroupOptionsChangedEventArgs) methods of the IGridGroupOptionsSource interface.
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)
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridTableOptionsChangedEventArgs : SyncfusionEventArgs
Constructors
GridTableOptionsChangedEventArgs(GridTableOptionsStyleInfoIdentity, GridTableOptionsStyleInfo, StyleInfoProperty)
Initializes a new instance of the GridTableOptionsChangedEventArgs class with the specified instance of the GridTableOptionsStyleInfoIdentity, GridTableOptionsStyleInfo and StyleInfoProperty that were modified.
Declaration
public GridTableOptionsChangedEventArgs(GridTableOptionsStyleInfoIdentity identity, GridTableOptionsStyleInfo groupOptions, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
GridTableOptionsStyleInfoIdentity | identity | An instance of the GridTableOptionsStyleInfoIdentity class. |
GridTableOptionsStyleInfo | groupOptions | An instance of the GridTableOptionsStyleInfo class. |
StyleInfoProperty | sip | An instance of the StyleInfoProperty class and which specifies the changed property. |
Properties
GroupOptions
Gets the style instance.
Declaration
[TraceProperty(true)]
public GridTableOptionsStyleInfo GroupOptions { get; }
Property Value
Type |
---|
GridTableOptionsStyleInfo |
Identity
Gets the identity instance.
Declaration
[TraceProperty(true)]
public GridTableOptionsStyleInfoIdentity Identity { get; }
Property Value
Type |
---|
GridTableOptionsStyleInfoIdentity |
Sip
Gets the property that is changed.
Declaration
[TraceProperty(true)]
public StyleInfoProperty Sip { get; }
Property Value
Type |
---|
StyleInfoProperty |