Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataGridRowClipboardEventArgs Constructor (Object^, Int32, Int32, Boolean)

.NET Framework (current version)
 

Initializes a new instance of the DataGridRowClipboardEventArgs class.

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

public:
DataGridRowClipboardEventArgs(
	Object^ item,
	int startColumnDisplayIndex,
	int endColumnDisplayIndex,
	bool isColumnHeadersRow
)

Parameters

item
Type: System::Object^

The data item for the row for which the event occurred.

startColumnDisplayIndex
Type: System::Int32

The DisplayIndex value of the column that contains the first selected cell in the row.

endColumnDisplayIndex
Type: System::Int32

The DisplayIndex value of the column that contains the last selected cell in the row.

isColumnHeadersRow
Type: System::Boolean

A value that indicates whether the row for which the event occurred represents the column headers.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft