Method | Description | |
---|---|---|
Deactivate ( ) : void |
${ui_action_MapAction_method_deactivate_D}
|
|
OnDoubleTap ( GestureEventArgs e ) : void |
在 DoubleTap 事件发生之前调用。
|
|
OnHold ( GestureEventArgs e ) : void |
在 Hold 事件发生之前调用。
|
|
OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void | ||
OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void | ||
OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void | ||
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void |
${ui_action_MapAction_event_onMouseEnter_D}
|
|
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void |
${ui_action_MapAction_event_onMouseLeave_D}
|
|
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
${ui_action_MapAction_event_onMouseDown_D}
|
|
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void |
${ui_action_MapAction_event_onMouseUp_D}
|
|
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void |
${ui_action_MapAction_event_onMouseMove_D}
|
|
OnTap ( GestureEventArgs e ) : void |
在 Tap 事件发生之前调用。
|
Method | Description | |
---|---|---|
MapAction ( ) : System.Windows.Input |
${ui_action_MapAction_constructor_None_D}
|
|
MapAction ( |
${ui_action_MapAction_constructor_Map_D}
|
protected MapAction ( ) : System.Windows.Input | ||
return | System.Windows.Input |
protected MapAction ( |
||
map | ${ui_action_MapAction_constructor_Map_param_map} | |
name | string | ${ui_action_MapAction_constructor_Map_param_name} |
return | System.Windows.Input |
public OnDoubleTap ( GestureEventArgs e ) : void | ||
e | GestureEventArgs | |
return | void |
public OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void | ||
e | System.Windows.Input.ManipulationCompletedEventArgs | |
return | void |
public OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void | ||
e | System.Windows.Input.ManipulationDeltaEventArgs | |
return | void |
public OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void | ||
e | System.Windows.Input.ManipulationStartedEventArgs | |
return | void |
public OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${ui_action_MapAction_event_onMouseEnter_param_e} |
return | void |
public OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${ui_action_MapAction_event_onMouseLeave_param_e} |
return | void |
public OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | ${ui_action_MapAction_event_onMouseDown_param_e} |
return | void |
public OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | ${ui_action_MapAction_event_onMouseUp_param_e} |
return | void |
public OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${ui_action_MapAction_event_onMouseMove_param_e} |
return | void |