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