Class GraphicCommitCellInfoEventArgs
Inheritance
System.Object
System.EventArgs
GraphicCommitCellInfoEventArgs
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.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicCommitCellInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GraphicCommitCellInfoEventArgs(Int32, GraphicStyleInfo, StyleInfoProperty)
Declaration
public GraphicCommitCellInfoEventArgs(int index, GraphicStyleInfo style, StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| GraphicStyleInfo | style | |
| StyleInfoProperty | sip |
Properties
Index
Declaration
[TraceProperty(true)]
public int Index { get; }
Property Value
| Type |
|---|
| System.Int32 |
Sip
Declaration
public StyleInfoProperty Sip { get; set; }
Property Value
| Type |
|---|
| StyleInfoProperty |
Style
Declaration
[TraceProperty(true)]
public GraphicStyleInfo Style { get; set; }
Property Value
| Type |
|---|
| GraphicStyleInfo |