Event args providing information about a canceled action. More...
Public Member Functions | |
CslaActionCancelEventArgs (bool cancel, string commandName) | |
Creates an instance of the object. More... | |
Properties | |
string | CommandName [get] |
Gets the name of the command. More... | |
Event args providing information about a canceled action.
Definition at line 17 of file CslaActionCancelEventArgs.cs.
Csla.Windows.CslaActionCancelEventArgs.CslaActionCancelEventArgs | ( | bool | cancel, |
string | commandName | ||
) |
Creates an instance of the object.
cancel | Indicates whether a cancel should occur. |
commandName | Name of the command. |
Definition at line 28 of file CslaActionCancelEventArgs.cs.
|
get |
Gets the name of the command.
Definition at line 39 of file CslaActionCancelEventArgs.cs.