Class CurrrentGraphicCellActivatedEventArgs
Inheritance
System.Object
CurrrentGraphicCellActivatedEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class CurrrentGraphicCellActivatedEventArgs : SyncfusionEventArgs
Constructors
CurrrentGraphicCellActivatedEventArgs(GraphicCellSpanInfo, GraphicStyleInfo)
Declaration
public CurrrentGraphicCellActivatedEventArgs(GraphicCellSpanInfo spanInfo, GraphicStyleInfo style)
Parameters
Properties
CurrentGraphicStyle
Declaration
public GraphicStyleInfo CurrentGraphicStyle { get; }
Property Value
CurrentSpanInfo
Declaration
public GraphicCellSpanInfo CurrentSpanInfo { get; }
Property Value