C# Class SuperMap.WinRT.Actions.MouseExtensions

Show file Open project: SuperMap/iClient-for-Win8

Public Methods

Method Description
AddOnDoubleTapped ( this element, PointerEventHandler handler ) : void

Private Methods

Method Description
element_PointerPressed ( object sender, PointerRoutedEventArgs e ) : void

Method Details

AddOnDoubleTapped() public static method

public static AddOnDoubleTapped ( this element, PointerEventHandler handler ) : void
element this
handler PointerEventHandler
return void