Class GraphicCellRemovedEventArgs
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 GraphicCellRemovedEventArgs : SyncfusionEventArgs
Constructors
GraphicCellRemovedEventArgs(GraphicCellSpanInfoCollection<GraphicCellSpanInfo>)
Declaration
public GraphicCellRemovedEventArgs(GraphicCellSpanInfoCollection<GraphicCellSpanInfo> spanInfo)
Parameters
Type | Name | Description |
---|---|---|
GraphicCellSpanInfoCollection<GraphicCellSpanInfo> | spanInfo |
Properties
RemovedGraphicCells
Declaration
public GraphicCellSpanInfoCollection<GraphicCellSpanInfo> RemovedGraphicCells { get; }