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