A runtime form designer control

FormDesigner.StartSerializeForm Event

Occurs just before starting layout serialization.

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

[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