C# Class Open.Core.Common.DoubleClickMonitor

Monitors an element and reports a double click.
Inheritance: IDisposable
Datei anzeigen Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
DoubleClickMonitor ( UIElement element, System.Action onDoubleClick ) : System

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
OnDoubleClick ( ) : void

Private Methods

Method Description
Handle_MouseClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
IsDoubleClick ( ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

DoubleClickMonitor() public method

public DoubleClickMonitor ( UIElement element, System.Action onDoubleClick ) : System
element System.Windows.UIElement
onDoubleClick System.Action
return System

OnDoubleClick() protected method

protected OnDoubleClick ( ) : void
return void