Class GridTableCellStyleInfoChangedEventArgs
Represents a class that provides data about Changed and Changing events raised by GridTableCellAppearance which occur when a style property of a GridTableCellStyleInfo is changed.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class GridTableCellStyleInfoChangedEventArgs : SyncfusionEventArgs
Constructors
GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance, GridTableCellType)
Initializes a new instance of the GridTableCellStyleInfoChangedEventArgs class with the specified instance of the GridTableCellType that uniquely identifies the GridTableCellStyleInfo classes.
Declaration
public GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance tableCellAppearance, GridTableCellType tableCellType)
Parameters
Type | Name | Description |
---|---|---|
GridTableCellAppearance | tableCellAppearance | The parent GridTableCellAppearance that owns the GridTableCellStyleInfo object. |
GridTableCellType | tableCellType | The GridTableCellType that uniquely identifies the GridTableCellStyleInfo with the GridTableCellAppearance that owns it. |
GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance, GridTableCellType, EventArgs)
Initializes a new instance of the GridTableCellStyleInfoChangedEventArgs class with the specified instance of the GridTableCellType and GridTableCellStyleInfo classes.
Declaration
public GridTableCellStyleInfoChangedEventArgs(GridTableCellAppearance tableCellAppearance, GridTableCellType tableCellType, EventArgs inner)
Parameters
Type | Name | Description |
---|---|---|
GridTableCellAppearance | tableCellAppearance | The parent instance of the GridTableCellAppearance class that owns the instance of the GridTableCellStyleInfo class. |
GridTableCellType | tableCellType | The GridTableCellType that uniquely identifies the instance of GridTableCellStyleInfo with the GridTableCellAppearance that owns it. |
System.EventArgs | inner | The System.EventArgscontains the event data. |
Properties
Inner
Gets the value of the instances ofSystem.EventArgs class.
Declaration
[TraceProperty(true)]
public EventArgs Inner { get; }
Property Value
Type |
---|
System.EventArgs |
TableCellAppearance
Gets the parent instance of theGridTableCellAppearance that owns the instance of theGridTableCellStyleInfo class.
Declaration
[TraceProperty(true)]
public GridTableCellAppearance TableCellAppearance { get; }
Property Value
Type |
---|
GridTableCellAppearance |
TableCellType
Gets the enum value of GridTableCellType that uniquely identifies the GridTableCellStyleInfo with the GridTableCellAppearance that owns it.
Declaration
[TraceProperty(true)]
public GridTableCellType TableCellType { get; }
Property Value
Type |
---|
GridTableCellType |