C# Class SuperMap.Web.Actions.MouseExtensions

ファイルを表示 Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
AddDoubleClick ( this element, MouseButtonEventHandler handler ) : void

Private Methods

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

Method Details

AddDoubleClick() public static method

public static AddDoubleClick ( this element, MouseButtonEventHandler handler ) : void
element this
handler MouseButtonEventHandler
return void