TileItemDragEventArgs Properties
Supplies data for the TileControl.StartItemDragging and TileControl.EndItemDragging events.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Item | Gets or sets a tile item that fired an event which takes the TileItemDragEventArgs object as a parameter. |
| TargetGroup | Gets the TileGroup to which a TileItem being dragged is about to be placed. |
See Also