See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The FormShowActionBase type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| BeforeFormShow |
Raised before the form is shown to the user.
| |
| Disposed | (Inherited from NAction.) | |
| EnabledChanged | (Inherited from NAction.) | |
| FormShow |
Raised when the form is to be shown.
When this event is hooked, the event handler is responsible for showing the form.
| |
| QueryEntityToEdit |
Raised when get the entity to edit on the form, before it has been branched / cloned.
Throw an exception in the event to cancel showing the form and instead show a message to the user.
|