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