[Missing <summary> documentation for "E:CoreDevices.ISubMDI.OnNewForm"]

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

Syntax

C#
event EventHandler<NewFormEvents> OnNewForm
Visual Basic (Declaration)
Event OnNewForm As EventHandler(Of NewFormEvents)
Visual C++
 event EventHandler<NewFormEvents^>^ OnNewForm {
	void add (EventHandler<NewFormEvents^>^ value);
	void remove (EventHandler<NewFormEvents^>^ value);
}

See Also