WPF

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

    Show / Hide Table of Contents

    Class CurrentCellActivatedEventArgs

    Represents a class which holds the properties of current cell Activated event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellActivatedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class CurrentCellActivatedEventArgs : GridEventArgs

    Constructors

    CurrentCellActivatedEventArgs()

    Declaration
    public CurrentCellActivatedEventArgs()

    Properties

    ActivationTrigger

    Gets the value of trigger options .

    Declaration
    public ActivationTrigger ActivationTrigger { get; }
    Property Value
    Type Description
    ActivationTrigger

    One of the options in ActivationTrigger.

    CurrentRowColumnIndex

    Gets the value of current RowColumnIndex .

    Declaration
    public RowColumnIndex CurrentRowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

    PreviousRowColumnIndex

    Gets the value of previous RowColumnIndex .

    Declaration
    public RowColumnIndex PreviousRowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved