The DraggingEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DraggingEventArgs |
Constructor. Initializes a new instance of the DraggingEventArgs class.
|
Properties
Name | Description | |
---|---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
(Inherited from DialogCancelEventArgs.) |
|
Event |
Gets original DomEvent that was raised.
(Inherited from DialogEventArgs.) |
|
NewX |
Gets the new X value in pixels.
|
|
NewY |
Gets the new Y value in pixels.
|
|
OldX |
Gets the old X value in pixels.
|
|
OldY |
Gets the old Y value in pixels.
|