Show / Hide Table of Contents

Class DataGridRowEventArgs

Provides data for DataGrid row-related events.

Inheritance
System.Object
System.EventArgs
DataGridRowEventArgs
Inherited Members
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)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridRowEventArgs : EventArgs

Constructors

| Improve this Doc View Source

DataGridRowEventArgs(DataGridRow)

Initializes a new instance of the DataGridRowEventArgs class.

Declaration
public DataGridRowEventArgs(DataGridRow dataGridRow)
Parameters
Type Name Description
DataGridRow dataGridRow

The row that the event occurs for.

Properties

| Improve this Doc View Source

Row

Gets the row that the event occurs for.

Declaration
public DataGridRow Row { get; }
Property Value
Type Description
DataGridRow
  • Improve this Doc
  • View Source