C# 클래스 CK.Plugins.AutoClick.Views.ActionOnOverButton

Button that will send its MouseEnterCommand command when the mouse stays over it for 0.5 second
상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: Invenietis/ck-certified

보호된 메소드들

메소드 설명
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
ActionOnOverButton ( ) : System
FireCommand ( ICommand command ) : void
OnTick ( object sender, EventArgs e ) : void

메소드 상세

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void