A runtime form designer control

FormDesigner.EndSerializeForm Event

Occurs immediately after layout serialization is complete.

[Visual Basic]
Public Event EndSerializeForm As EventHandler 
[C#]
public event EventHandler EndSerializeForm;
[C++]
public: __event EventHandler* EndSerializeForm;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace