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

Raised when the form is to be shown. When this event is hooked, the event handler is responsible for showing the form.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public event EventHandler<FormShowActionBase..::..FormShowEventArgs> FormShow
Visual Basic
Public Event FormShow As EventHandler(Of FormShowActionBase..::..FormShowEventArgs)
Visual C++
public:
 event EventHandler<FormShowActionBase..::..FormShowEventArgs^>^ FormShow {
	void add (EventHandler<FormShowActionBase..::..FormShowEventArgs^>^ value);
	void remove (EventHandler<FormShowActionBase..::..FormShowEventArgs^>^ value);
}

Value

Type: System..::..EventHandler<(Of <(<'FormShowActionBase..::..FormShowEventArgs>)>)>

See Also