Class CellRequestNavigateEventArgs
Inheritance
System.Object
CellRequestNavigateEventArgs
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
Name
Declaration
public string Name { get; set; }
Property Value
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
Uri
Declaration
public Uri Uri { get; set; }
Property Value