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

Event args providing information about a canceled action. More...

Inheritance diagram for Csla.Windows.CslaActionCancelEventArgs:
Csla.Windows.HasBrokenRulesEventArgs

Public Member Functions

 CslaActionCancelEventArgs (bool cancel, string commandName)
 Creates an instance of the object.

Properties

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

Detailed Description

Event args providing information about a canceled action.

Constructor & Destructor Documentation

◆ CslaActionCancelEventArgs()

Csla.Windows.CslaActionCancelEventArgs.CslaActionCancelEventArgs ( bool cancel,
string commandName )
inline

Creates an instance of the object.

Parameters
cancelIndicates whether a cancel should occur.
commandNameName of the command.
Exceptions
ArgumentNullExceptioncommandName is null.

Property Documentation

◆ CommandName

string Csla.Windows.CslaActionCancelEventArgs.CommandName
get

Gets the name of the command.


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