menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellMovedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicCellMovedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GraphicCellMovedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    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 GraphicCellMovedEventArgs : SyncfusionEventArgs

    Constructors

    GraphicCellMovedEventArgs(GraphicCellSpanInfo, String)

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

    Properties

    CellSpanInfo

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

    Name

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