C# Class CK.Plugins.AutoClick.Views.ActionOnOverButton

Button that will send its MouseEnterCommand command when the mouse stays over it for 0.5 second
Inheritance: System.Windows.Controls.Button
Datei anzeigen Open project: Invenietis/ck-certified

Protected Methods

Method Description
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

Private Methods

Method Description
ActionOnOverButton ( ) : System
FireCommand ( ICommand command ) : void
OnTick ( object sender, EventArgs e ) : void

Method Details

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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