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

Inheritance: Caliburn.Micro.Screen, IPopupScreen
ファイルを表示 Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
Close ( ) : void
InputPopupViewModel ( ) : System
Save ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object theView ) : void

Private Methods

Method Description
RelativeElement_LayoutUpdated ( object sender, EventArgs e ) : void
UpdatePosition ( ) : void
toTimer_Tick ( object sender, EventArgs e ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Close() public method

public Close ( ) : void
return void

InputPopupViewModel() public method

public InputPopupViewModel ( ) : System
return System

OnViewLoaded() protected method

protected OnViewLoaded ( object theView ) : void
theView object
return void

Save() public method

public Save ( ) : void
return void