C# 클래스 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.
상속: System.EventArgs
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void

Causes the drag operation to be stopped.

Same as setting the 'Cancelled' property to True.

메소드 상세

Cancel() 공개 메소드

Causes the drag operation to be stopped.
Same as setting the 'Cancelled' property to True.
public Cancel ( ) : void
리턴 void