A runtime form designer control

FormDesigner.SerializeForm Event

Occurs after the form level properties have been serialized.

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

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

Event Data

The event handler receives an argument of type SerializeComponentEventArgs containing data related to this event. The following SerializeComponentEventArgs property provides information specific to this event.

PropertyDescription
Component Gets the component being serialized.

Remarks

This event provides an opportunity to add form level custom properties into the serialized data.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace