DraggingEventArgs.DraggingState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property DraggingState DraggingState { DraggingState get(); };
DraggingState DraggingState();
public DraggingState DraggingState { get; }
var draggingState = draggingEventArgs.draggingState;
Public ReadOnly Property DraggingState As DraggingState
Property Value
State of the Dragging event.