C# Class csShared.Controls.Popups.InputPopup.InputPopupViewModel

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

Méthodes publiques

Méthode Description
Cancel ( ) : void
Close ( ) : void
InputPopupViewModel ( ) : System
Save ( ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object theView ) : void

Private Methods

Méthode Description
RelativeElement_LayoutUpdated ( object sender, EventArgs e ) : void
UpdatePosition ( ) : void
toTimer_Tick ( object sender, EventArgs e ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

InputPopupViewModel() public méthode

public InputPopupViewModel ( ) : System
Résultat System

OnViewLoaded() protected méthode

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

Save() public méthode

public Save ( ) : void
Résultat void