Event arguments for the BusyChanged event. More...
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... | |
Event arguments for the BusyChanged event.
Definition at line 29 of file BusyChangedEventArgs.cs.
| Csla.Core.BusyChangedEventArgs.BusyChangedEventArgs | ( | string | propertyName, |
| bool | busy | ||
| ) |
Creates a new instance of the object.
| propertyName | Property for which the Busy value has changed. |
| busy | New Busy value. |
Definition at line 49 of file BusyChangedEventArgs.cs.
|
getprotected set |
New busy value.
Definition at line 34 of file BusyChangedEventArgs.cs.
|
getprotected set |
Property for which the Busy value has changed.
Definition at line 38 of file BusyChangedEventArgs.cs.