C# Class Com.Aote.Behavior.MouseClickManager

Mostrar archivo Open project: DuBin1988/newsellinggas Class Usage Examples

Private Properties

Property Type Description
OnClick void
OnDoubleClick void
ResetThread void

Public Methods

Method Description
HandleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Handles the click.

MouseClickManager ( int doubleClickTimeout ) : System

Initializes a new instance of the MouseClickManager class.

Private Methods

Method Description
OnClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Called when [click].

OnDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Called when [double click].

ResetThread ( object state ) : void

Resets the thread.

Method Details

HandleClick() public method

Handles the click.
public HandleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object The sender.
e System.Windows.Input.MouseButtonEventArgs The instance containing the event data.
return void

MouseClickManager() public method

Initializes a new instance of the MouseClickManager class.
public MouseClickManager ( int doubleClickTimeout ) : System
doubleClickTimeout int
return System