Class GraphicCommitCellInfoEventArgs
Inheritance
System.Object
GraphicCommitCellInfoEventArgs
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
Properties
Index
Declaration
[TraceProperty(true)]
public int Index { get; }
Property Value
Sip
Declaration
public StyleInfoProperty Sip { get; set; }
Property Value
Style
Declaration
[TraceProperty(true)]
public GraphicStyleInfo Style { get; set; }
Property Value