Status Change Events - Arguments
- Last UpdatedJul 04, 2024
- 1 minute read
The Before … event methods can cancel the operation.
|
Event |
Arguments |
|
BeforeStatusAssign |
object sender, CancelStatusEventArgs e |
|
AfterStatusAssign |
object sender, StatusEventArgs e |
|
BeforeStatusRemove |
object sender, CancelStatusEventArgs e |
|
AfterStatusRemove |
object sender, StatusEventArgs e |
|
BeforeStatusChange |
object sender, CancelStatusEventArgs e |
|
AfterStatusChange |
object sender, StatusEventArgs e |
|
BeforeControlledElementDelete |
object sender, CancelStatusEventArgs e |
StatusEventArgs
|
Name |
Type |
Description |
|
Model |
DbElement[] |
Array of elements that is/to be controlled. |
|
Status |
Status |
The Status object. |
|
To |
StatusValue |
The to StatusValue object. |
CancelStatusEventArgs
|
Name |
Type |
Description |
|
Model |
DbElement[] |
Array of elements that is/to be controlled. |
|
Status |
Status |
The Status object. |
|
To |
StatusValue |
The to StatusValue object. |
|
Cancel |
Bool |
Cancel the ongoing operation. |
|
Message |
String |
With this as the message. |