Event args for an action. More...
Public Member Functions | |
CslaActionEventArgs (string commandName) | |
Creates an instance of the object. More... | |
Properties | |
string | CommandName [get] |
Gets the name of the command. More... | |
Event args for an action.
Definition at line 15 of file CslaActionEventArgs.cs.
Csla.Windows.CslaActionEventArgs.CslaActionEventArgs | ( | string | commandName | ) |
Creates an instance of the object.
commandName | Name of the command. |
Definition at line 23 of file CslaActionEventArgs.cs.
|
get |
Gets the name of the command.
Definition at line 33 of file CslaActionEventArgs.cs.