PopupDragCompletedEventArgs Properties
Contains data for the DragCompleted event.
Name | Description |
---|---|
Cancellation |
Specifies an object that propagates a cancellation notification. |
End | Returns the Popup’s position after a drag-and-drop operation. |
Start | Returns the Popup’s position before a drag-and-drop operation. |
See Also