See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The FormShowAction type exposes the following members.

Events

  NameDescription
Public eventBeforeFormShow
Raised before the form is shown to the user.
(Inherited from FormShowActionBase.)
Public eventDisposed (Inherited from NAction.)
Public eventEnabledChanged (Inherited from NAction.)
Public eventFormShow
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.)
Public eventQueryEntityToEdit
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.)

See Also