C# 클래스 Mckineap.Behaviors.MouseBehavior

Manage all the mouse behaviors
파일 보기 프로젝트 열기: loic-lavergne/mckineap

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetMouseDownCommand ( UIElement element ) : ICommand
GetMouseMoveCommand ( DependencyObject d ) : ICommand
SetMouseDownCommand ( UIElement element, ICommand value ) : void
SetMouseMoveCommand ( DependencyObject d, ICommand value ) : void

비공개 메소드들

메소드 설명
MouseDownCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MouseMoveCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
element_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
element_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

메소드 상세

GetMouseDownCommand() 공개 정적인 메소드

public static GetMouseDownCommand ( UIElement element ) : ICommand
element System.Windows.UIElement
리턴 ICommand

GetMouseMoveCommand() 공개 정적인 메소드

public static GetMouseMoveCommand ( DependencyObject d ) : ICommand
d System.Windows.DependencyObject
리턴 ICommand

SetMouseDownCommand() 공개 정적인 메소드

public static SetMouseDownCommand ( UIElement element, ICommand value ) : void
element System.Windows.UIElement
value ICommand
리턴 void

SetMouseMoveCommand() 공개 정적인 메소드

public static SetMouseMoveCommand ( DependencyObject d, ICommand value ) : void
d System.Windows.DependencyObject
value ICommand
리턴 void

프로퍼티 상세

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

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

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

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