menu

WPF

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

    Show / Hide Table of Contents

    Class CurrrentGraphicCellActivatingEventArgs

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

    Constructors

    CurrrentGraphicCellActivatingEventArgs(GraphicCellSpanInfo, GraphicStyleInfo, GraphicCellSpanInfo)

    Declaration
    public CurrrentGraphicCellActivatingEventArgs(GraphicCellSpanInfo spanInfo, GraphicStyleInfo style, GraphicCellSpanInfo newSpan)
    Parameters
    Type Name Description
    GraphicCellSpanInfo spanInfo
    GraphicStyleInfo style
    GraphicCellSpanInfo newSpan

    Properties

    CurrentGraphicStyle

    Declaration
    public GraphicStyleInfo CurrentGraphicStyle { get; }
    Property Value
    Type
    GraphicStyleInfo

    CurrentSpanInfo

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

    NewSapnInfo

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