See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The FormShowNewAction type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | BeforeFormShow |
Raised before the form is shown to the user.
(Inherited from FormShowActionBase.) |
![]() | 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.
(Inherited from FormShowActionBase.) |
![]() | 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.
(Inherited from FormShowActionBase.) |