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

The FormCloseAction type exposes the following members.

Constructors

  NameDescription
Public methodFormCloseAction
Initializes a new instance of the FormCloseAction class

Methods

  NameDescription
Protected methodCloneCore (Overrides NActionCloneCore()()()().)
Public methodDispose()()()() (Inherited from NAction.)
Protected methodDispose(Boolean) (Inherited from NAction.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from NAction.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetReferencedBy (Inherited from NAction.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone (Inherited from NAction.)
Protected methodOnBeforeRun (Inherited from NAction.)
Protected methodOnEnabledChanged (Inherited from NAction.)
Public methodRun (Inherited from NAction.)
Protected methodRunCore (Overrides NActionRunCore()()()().)
Public methodToString (Inherited from NAction.)

Properties

  NameDescription
Public propertyEnabled (Inherited from NAction.)
Protected propertyEnabledCore (Inherited from NAction.)
Protected propertyHostingComponent (Overrides NActionHostingComponent.)
Public propertyReferencedBy (Inherited from NAction.)
Public propertySite (Overrides NActionSite.)
Public propertyWindow
Get or set the window/form that will be closed when the action is run.
Public propertyWindowSource
Get or set the control that is hosted by the window/form that will be closed when the action is run.

Events

  NameDescription
Public eventDisposed (Inherited from NAction.)
Public eventEnabledChanged (Inherited from NAction.)

See Also