CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. More...
 

Properties

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

Detailed Description

Event args for an action.

Definition at line 15 of file CslaActionEventArgs.cs.

Constructor & Destructor Documentation

◆ CslaActionEventArgs()

Csla.Windows.CslaActionEventArgs.CslaActionEventArgs ( string  commandName)

Creates an instance of the object.

Parameters
commandNameName of the command.

Definition at line 23 of file CslaActionEventArgs.cs.

Property Documentation

◆ CommandName

string Csla.Windows.CslaActionEventArgs.CommandName
get

Gets the name of the command.

Definition at line 33 of file CslaActionEventArgs.cs.