DataGridRowEventArgs Class

Definition

Provides data for DataGrid row-related events.

public class DataGridRowEventArgs : EventArgs
type DataGridRowEventArgs = class
    inherit EventArgs
Public Class DataGridRowEventArgs
Inherits EventArgs
Inheritance
DataGridRowEventArgs

Constructors

DataGridRowEventArgs(DataGridRow)

Initializes a new instance of the DataGridRowEventArgs class.

Properties

Row

Gets the row that the event occurs for.

Applies to