csShared.Controls.Popups.InputPopup.InputPopupViewModel.Save C# (CSharp) Method

Save() public method

public Save ( ) : void
return void
    public void Save()
    {
      if (Saved != null) Saved(this, new InputPopupEventArgs() {Result = DefaultValue});
      if (AutoClose) AppState.Popups.Remove(this);
    }