Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Open
Core
Common
AttachedBehavior
DraggingEventArgs
C# Class Open.Core.Common.AttachedBehavior.DraggingEventArgs
Event args that are fired on the mouse-move event when an item is being dragged.
See the 'Draggable' behavior.
Inheritance:
System.EventArgs
显示文件
Open project: philcockfield/Open.TestHarness.SL
Class Usage Examples
Public Methods
Method
Description
Cancel
( ) :
void
Causes the drag operation to be stopped.
Same as setting the 'Cancelled' property to True.
Method Details
Cancel()
public
method
Causes the drag operation to be stopped.
Same as setting the 'Cancelled' property to True.
public
Cancel
( ) :
void
return
void