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

Raised before the form is shown to the user.

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

Syntax

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

Value

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

See Also