C# 클래스 ScrumPowerTools.Framework.Presentation.ListViewItemClickBehavior

파일 보기 프로젝트 열기: cqse/ScrumPowerTools

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetDoubleClick ( DependencyObject target ) : ICommand
SetDoubleClick ( DependencyObject target, ICommand value ) : void

비공개 메소드들

메소드 설명
DoubleClickChanged ( DependencyObject target, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MouseDoubleClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

GetDoubleClick() 공개 정적인 메소드

public static GetDoubleClick ( DependencyObject target ) : ICommand
target System.Windows.DependencyObject
리턴 ICommand

SetDoubleClick() 공개 정적인 메소드

public static SetDoubleClick ( DependencyObject target, ICommand value ) : void
target System.Windows.DependencyObject
value ICommand
리턴 void

프로퍼티 상세

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

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