CutCopyDragEventArgs Class
Provides arguments for CutCopyDrag events.
public class CutCopyDragEventArgs : RoutedEventArgs
- Inheritance:
- object EventArgs RoutedEventArgs object
Constructors
CutCopyDragEventArgs(CutCopyDragAction, IDataStore)
Provides arguments for CutCopyDrag events.
public CutCopyDragEventArgs(CutCopyDragAction action, IDataStore dataStore)
| Parameter | Type | Description |
|---|---|---|
| action | CutCopyDragAction | The CutCopyDragAction describing the action that is the source of the event. |
| dataStore | IDataStore | The IDataStore that contains the data to be dragged or set to the clipboard. |
Properties
Action
The CutCopyDragAction describing the action that is the source of the event.
DataStore
The IDataStore that contains the data to be dragged or set to the clipboard.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()