WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellMovingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicCellMovingEventArgs

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

    Constructors

    GraphicCellMovingEventArgs(GraphicCellSpanInfo, String)

    Declaration
    public GraphicCellMovingEventArgs(GraphicCellSpanInfo spanInfo, string name)
    Parameters
    Type Name Description
    GraphicCellSpanInfo spanInfo
    System.String name

    Properties

    CellSpanInfo

    Declaration
    public GraphicCellSpanInfo CellSpanInfo { get; }
    Property Value
    Type Description
    GraphicCellSpanInfo

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved