WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellRequestNavigateEventArgs

    Show / Hide Table of Contents

    Class CellRequestNavigateEventArgs

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

    Constructors

    CellRequestNavigateEventArgs(String, Int32, Int32, RoutedEvent, Object)

    Declaration
    public CellRequestNavigateEventArgs(string name, int rowIndex, int columnIndex, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.String name
    System.Int32 rowIndex
    System.Int32 columnIndex
    System.Windows.RoutedEvent routedEvent
    System.Object source

    CellRequestNavigateEventArgs(Uri, Int32, Int32, RoutedEvent, Object)

    Declaration
    public CellRequestNavigateEventArgs(Uri uri, int rowIndex, int columnIndex, RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Uri uri
    System.Int32 rowIndex
    System.Int32 columnIndex
    System.Windows.RoutedEvent routedEvent
    System.Object source

    Properties

    ColumnIndex

    Declaration
    public int ColumnIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    RowIndex

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Uri

    Declaration
    public Uri Uri { get; set; }
    Property Value
    Type Description
    System.Uri
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved