DataGridCellClipboardEventArgs::Item Property

.NET Framework (current version)
 

Gets the data item for the row that contains the cell for which the event occurred.

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

public:
property Object^ Item {
	Object^ get();
}

Property Value

Type: System::Object^

The data item for the row that contains the cell for which the event occurred.

.NET Framework
Available since 4.0
Return to top
Show: