Class GraphicCellMovingEventArgs
Inheritance
System.Object
GraphicCellMovingEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicCellMovingEventArgs : SyncfusionCancelEventArgs
Constructors
GraphicCellMovingEventArgs(GraphicCellSpanInfo, String)
Declaration
public GraphicCellMovingEventArgs(GraphicCellSpanInfo spanInfo, string name)
Parameters
Properties
CellSpanInfo
Declaration
public GraphicCellSpanInfo CellSpanInfo { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value