Class GraphicCellRemovingEventArgs
Inheritance
System.Object
GraphicCellRemovingEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicCellRemovingEventArgs : SyncfusionCancelEventArgs
Constructors
GraphicCellRemovingEventArgs(GraphicCellSpanInfoCollection<GraphicCellSpanInfo>)
Declaration
public GraphicCellRemovingEventArgs(GraphicCellSpanInfoCollection<GraphicCellSpanInfo> spanInfo)
Parameters
Properties
RemovedGraphicCells
Declaration
public GraphicCellSpanInfoCollection<GraphicCellSpanInfo> RemovedGraphicCells { get; }
Property Value