DataGridRowDetailsEventArgs.

DataGridRowDetailsEventArgs(DataGridRow, IControl) Constructor

Summary

Initializes a new instance of the DataGridRowDetailsEventArgs class.

Syntax

public DataGridRowDetailsEventArgs(DataGridRow row, IControl detailsElement)

Parameters

Name Type Description
row DataGridRow The row that the event occurs for.
detailsElement IControl The row details section as a framework element.

Return Value

Type Description
void