Επεξεργασία

DataGridRowEventArgs Class

Definition

Provides data for the LoadingRow and UnloadingRow events.

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

Constructors

Name Description
DataGridRowEventArgs(DataGridRow)

Initializes a new instance of the DataGridRowEventArgs class.

Properties

Name Description
Row

Gets the row for which the event occurred.

Applies to

See also