menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellRemovingEventArgs - API Reference

    Show / Hide Table of Contents

    Class GraphicCellRemovingEventArgs

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GraphicCellRemovingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GraphicCellRemovingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GraphicCellRemovingEventArgs(GraphicCellSpanInfoCollection<GraphicCellSpanInfo>)

    Declaration
    public GraphicCellRemovingEventArgs(GraphicCellSpanInfoCollection<GraphicCellSpanInfo> spanInfo)
    Parameters
    Type Name Description
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo> spanInfo

    Properties

    RemovedGraphicCells

    Declaration
    public GraphicCellSpanInfoCollection<GraphicCellSpanInfo> RemovedGraphicCells { get; }
    Property Value
    Type Description
    GraphicCellSpanInfoCollection<GraphicCellSpanInfo>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved