Class GraphicCellMovedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicCellMovedEventArgs : SyncfusionEventArgs
Constructors
GraphicCellMovedEventArgs(GraphicCellSpanInfo, String)
Declaration
public GraphicCellMovedEventArgs(GraphicCellSpanInfo spanInfo, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicCellSpanInfo | spanInfo | |
| System.String | name |
Properties
CellSpanInfo
Declaration
public GraphicCellSpanInfo CellSpanInfo { get; }
Property Value
| Type |
|---|
| GraphicCellSpanInfo |
Name
Declaration
public string Name { get; }
Property Value
| Type |
|---|
| System.String |