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

The FormShowActionBase type exposes the following members.

Events

  NameDescription
Public eventBeforeFormShow
Raised before the form is shown to the user.
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.
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.

See Also