CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Windows.CslaActionEventArgs Class Reference

Event args for an action. More...

Inheritance diagram for Csla.Windows.CslaActionEventArgs:
Csla.Windows.ErrorEncounteredEventArgs

Public Member Functions

 CslaActionEventArgs (string commandName)
 Creates an instance of the object.

Properties

string CommandName [get]
 Gets the name of the command.

Detailed Description

Event args for an action.

Constructor & Destructor Documentation

◆ CslaActionEventArgs()

Csla.Windows.CslaActionEventArgs.CslaActionEventArgs ( string commandName)
inline

Creates an instance of the object.

Parameters
commandNameName of the command.
Exceptions
ArgumentNullExceptioncommandName is null.

Property Documentation

◆ CommandName

string Csla.Windows.CslaActionEventArgs.CommandName
get

Gets the name of the command.


The documentation for this class was generated from the following file: