Initializes a new instance of the NewFormEvents class

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public NewFormEvents(
	Form newForm
)
Visual Basic (Declaration)
Public Sub New ( _
	newForm As Form _
)
Visual C++
public:
NewFormEvents(
	Form^ newForm
)

Parameters

newForm
Type: System.Windows.Forms..::.Form

[Missing <param name="newForm"/> documentation for "M:CoreDevices.NewFormEvents.#ctor(System.Windows.Forms.Form)"]

See Also