C# Class Map_Query_QueryByBoundsService.Action

Afficher le fichier Open project: SuperMap/iClient-for-Win8

Méthodes publiques

Méthode Description
Deactivate ( ) : void
DoubleTap ( GestureEventArgs e ) : void
Hold ( GestureEventArgs e ) : void
OnHold ( GestureEventArgs e ) : void
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
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
Tap ( GestureEventArgs e ) : void

Method Details

Deactivate() public abstract méthode

public abstract Deactivate ( ) : void
Résultat void

DoubleTap() public méthode

public DoubleTap ( GestureEventArgs e ) : void
e GestureEventArgs
Résultat void

Hold() public méthode

public Hold ( GestureEventArgs e ) : void
e GestureEventArgs
Résultat void

OnHold() public méthode

public OnHold ( GestureEventArgs e ) : void
e GestureEventArgs
Résultat void

OnManipulationCompleted() public méthode

public OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void
e System.Windows.Input.ManipulationCompletedEventArgs
Résultat void

OnManipulationDelta() public méthode

public OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
e System.Windows.Input.ManipulationDeltaEventArgs
Résultat void

OnManipulationStarted() public méthode

public OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void
e System.Windows.Input.ManipulationStartedEventArgs
Résultat void

OnMouseEnter() public méthode

public OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeave() public méthode

public OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() public méthode

public OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() public méthode

public OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

Tap() public méthode

public Tap ( GestureEventArgs e ) : void
e GestureEventArgs
Résultat void