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

Event arguments for the BeforeFormShow and FormShow events.

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

Syntax

C#
public sealed class FormShowEventArgs : EventArgs
Visual Basic
Public NotInheritable Class FormShowEventArgs
	Inherits EventArgs
Visual C++
public ref class FormShowEventArgs sealed : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    NTier.Actions..::..FormShowActionBase..::..FormShowEventArgs

See Also