1#if !XAMARIN && !NETFX_CORE
Arguments passed to a method invoked by the Execute trigger action.
Base class used to create ViewModel objects that implement their own commands/verbs/actions.
Base class used to create ViewModel objects, with pre-existing verbs for use by InvokeMethod or Invok...
virtual void Remove(object sender, ExecuteEventArgs e)
Removes an item from the Model (if it is a collection).
virtual void Delete(object sender, ExecuteEventArgs e)
Marks the Model for deletion (if it is an editable root object).
virtual async void SaveAsync(object sender, ExecuteEventArgs e)
Saves the Model, first committing changes if ManagedObjectLifetime is true.
virtual void AddNew(object sender, ExecuteEventArgs e)
Adds a new item to the Model (if it is a collection).
virtual void Cancel(object sender, ExecuteEventArgs e)
Cancels changes made to the model if ManagedObjectLifetime is true.