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.Core.BusyChangedEventArgs Class Reference

Event arguments for the BusyChanged event. More...

Inheritance diagram for Csla.Core.BusyChangedEventArgs:

Public Member Functions

 BusyChangedEventArgs (string propertyName, bool busy)
 Creates a new instance of the object. More...
 

Properties

bool Busy [getprotected set]
 New busy value. More...
 
string PropertyName [getprotected set]
 Property for which the Busy value has changed. More...
 

Detailed Description

Event arguments for the BusyChanged event.

Definition at line 29 of file BusyChangedEventArgs.cs.

Constructor & Destructor Documentation

◆ BusyChangedEventArgs()

Csla.Core.BusyChangedEventArgs.BusyChangedEventArgs ( string  propertyName,
bool  busy 
)

Creates a new instance of the object.

Parameters
propertyNameProperty for which the Busy value has changed.
busyNew Busy value.

Definition at line 49 of file BusyChangedEventArgs.cs.

Property Documentation

◆ Busy

bool Csla.Core.BusyChangedEventArgs.Busy
getprotected set

New busy value.

Definition at line 34 of file BusyChangedEventArgs.cs.

◆ PropertyName

string Csla.Core.BusyChangedEventArgs.PropertyName
getprotected set

Property for which the Busy value has changed.

Definition at line 38 of file BusyChangedEventArgs.cs.