C# Class csShared.Controls.Popups.MapCallOut.MapCallOutViewModel

Inheritance: Caliburn.Micro.Screen, IPopupScreen
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
Clicked ( ) : void
Clicked2 ( System.Windows.Input.TouchEventArgs e ) : void
Close ( ) : void
Close ( EventArgs e ) : void
DoSimulateFocusChange ( ) : void

When binding a property to a textbox/combox the property is not updated when a menu item is selected (because this doesn't cause a focus change) This method writes the value in the gui to the property from the active element!

Drag ( object sender, CallOutAction context, EventArgs e ) : void
EnableZoom ( System.Windows.Media.Brush iconBrush ) : void
Pin ( EventArgs e = null ) : void
ResetTimer ( ) : void
StartEditing ( ) : void
StartTimer ( ) : void
StopTimer ( ) : void
TapAction ( CallOutAction action, EventArgs e ) : void
UpdateCallout ( ) : void

Méthodes protégées

Méthode Description
OnEditing ( ) : void
OnViewLoaded ( object view ) : void

Private Methods

Méthode Description
CreateAndStartTimer ( ) : void
GraphicPropertyChanged ( object sender, System e ) : void
MapControlExtentChanged ( object sender, ExtentEventArgs e ) : void
MapControlExtentChanging ( object sender, ExtentEventArgs e ) : void
ToTimerTick ( object sender, EventArgs e ) : void
mcov_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
mcov_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

Clicked() public méthode

public Clicked ( ) : void
Résultat void

Clicked2() public méthode

public Clicked2 ( System.Windows.Input.TouchEventArgs e ) : void
e System.Windows.Input.TouchEventArgs
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Close() public méthode

public Close ( EventArgs e ) : void
e System.EventArgs
Résultat void

DoSimulateFocusChange() public static méthode

When binding a property to a textbox/combox the property is not updated when a menu item is selected (because this doesn't cause a focus change) This method writes the value in the gui to the property from the active element!
public static DoSimulateFocusChange ( ) : void
Résultat void

Drag() public méthode

public Drag ( object sender, CallOutAction context, EventArgs e ) : void
sender object
context CallOutAction
e System.EventArgs
Résultat void

EnableZoom() public méthode

public EnableZoom ( System.Windows.Media.Brush iconBrush ) : void
iconBrush System.Windows.Media.Brush
Résultat void

OnEditing() protected méthode

protected OnEditing ( ) : void
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void

Pin() public méthode

public Pin ( EventArgs e = null ) : void
e System.EventArgs
Résultat void

ResetTimer() public méthode

public ResetTimer ( ) : void
Résultat void

StartEditing() public méthode

public StartEditing ( ) : void
Résultat void

StartTimer() public méthode

public StartTimer ( ) : void
Résultat void

StopTimer() public méthode

public StopTimer ( ) : void
Résultat void

TapAction() public méthode

public TapAction ( CallOutAction action, EventArgs e ) : void
action CallOutAction
e System.EventArgs
Résultat void

UpdateCallout() public méthode

public UpdateCallout ( ) : void
Résultat void