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.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. More...
 

Properties

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

Detailed Description

Event args providing information about a canceled action.

Definition at line 17 of file CslaActionCancelEventArgs.cs.

Constructor & Destructor Documentation

◆ CslaActionCancelEventArgs()

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

Creates an instance of the object.

Parameters
cancelIndicates whether a cancel should occur.
commandNameName of the command.

Definition at line 28 of file CslaActionCancelEventArgs.cs.

Property Documentation

◆ CommandName

string Csla.Windows.CslaActionCancelEventArgs.CommandName
get

Gets the name of the command.

Definition at line 39 of file CslaActionCancelEventArgs.cs.