C# 클래스 Signum.Windows.DragController

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DragControllerProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
DragController ( FrameworkElement dragElement, object dataObject, DragDropEffects allowedEffects ) : System
DragController ( object>.Func dataObjectFactory, DragDropEffects allowedEffects ) : System
GetDragController ( DependencyObject obj ) : DragController
SetDragController ( DependencyObject obj, DragController value ) : void

비공개 메소드들

메소드 설명
Subscribe ( FrameworkElement dragElement ) : void
Unsubscribe ( FrameworkElement dragElement ) : void
dragElement_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
dragElement_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

메소드 상세

DragController() 공개 메소드

public DragController ( FrameworkElement dragElement, object dataObject, DragDropEffects allowedEffects ) : System
dragElement System.Windows.FrameworkElement
dataObject object
allowedEffects DragDropEffects
리턴 System

DragController() 공개 메소드

public DragController ( object>.Func dataObjectFactory, DragDropEffects allowedEffects ) : System
dataObjectFactory object>.Func
allowedEffects DragDropEffects
리턴 System

GetDragController() 공개 정적인 메소드

public static GetDragController ( DependencyObject obj ) : DragController
obj System.Windows.DependencyObject
리턴 DragController

SetDragController() 공개 정적인 메소드

public static SetDragController ( DependencyObject obj, DragController value ) : void
obj System.Windows.DependencyObject
value DragController
리턴 void

프로퍼티 상세

DragControllerProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DragControllerProperty
리턴 System.Windows.DependencyProperty