C# 클래스 Quasar.DragDrop.DragEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: indexzero/quasar

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DragEventArgs ( UIElement dragSource, object data, DragDropEffects allowedEffects, ModifierKeys keyStates, System.Windows.Input.MouseEventArgs mouseArgs ) : System
GetPosition ( UIElement relativeTo ) : Point

메소드 상세

DragEventArgs() 공개 메소드

public DragEventArgs ( UIElement dragSource, object data, DragDropEffects allowedEffects, ModifierKeys keyStates, System.Windows.Input.MouseEventArgs mouseArgs ) : System
dragSource UIElement
data object
allowedEffects DragDropEffects
keyStates ModifierKeys
mouseArgs System.Windows.Input.MouseEventArgs
리턴 System

GetPosition() 공개 메소드

public GetPosition ( UIElement relativeTo ) : Point
relativeTo UIElement
리턴 Point