DataGridRowDetailsEventArgs Constructor (DataGridRow^, FrameworkElement^)

 

Initializes a new instance of the DataGridRowDetailsEventArgs class.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
DataGridRowDetailsEventArgs(
	DataGridRow^ row,
	FrameworkElement^ detailsElement
)

Parameters

row
Type: System.Windows.Controls::DataGridRow^

The row for which the event occurred.

detailsElement
Type: System.Windows::FrameworkElement^

The row details section as a framework element.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Return to top
Show: