BeginDragDropEventArgs Constructors
Provides data for the BeginDragDrop event.Name | Parameters | Description |
---|---|---|
BeginDragDropEventArgs() | none | Initializes a new BeginDragDropEventArgs class instance with the default settings. For internal use. |
BeginDragDropEventArgs(Boolean) | cancel | Initializes a new BeginDragDropEventArgs class instance with the specified settings. For internal use. |
See Also