DataGridClipboardCellContent Structure
Encapsulates the value and location of a DataGrid cell for use when copying content to the Clipboard.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | DataGridClipboardCellContent(Object^, DataGridColumn^, Object^) | Initializes a new instance of the DataGridClipboardCellContent structure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the current and specified DataGridClipboardCellContent instances are equivalent.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns the hash code for this DataGridClipboardCellContent instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(DataGridClipboardCellContent, DataGridClipboardCellContent) | Indicates whether the specified DataGridClipboardCellContent instances are equivalent. |
![]() ![]() | Inequality(DataGridClipboardCellContent, DataGridClipboardCellContent) | Indicates whether the specified DataGridClipboardCellContent instances are not equivalent. |
This structure is used by the DataGridRowClipboardEventArgs::ClipboardRowContent property.
Available since 4.0
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



