Navigation :
CommandCanceledEventArgs
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public class CommandCanceledEventArgs : CommandEventArgs
Base types
CommandEventArgs
CommandCanceledEventArgs, just like above but allows the event to be cancelled.
Constructors
CommandCanceledEventArgs(object commandParameter)
Initializes a new instance of the CommandCanceledEventArgs class.
Parameters
Name |
Description |
commandParameter |
The command parameter. |
Properties
Cancel
Gets or sets a value indicating whether this CommandCanceledEventArgs command should be cancelled.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion