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.
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.
| Property | Description |
|---|---|
| Component | Gets the component being serialized. |
This event provides an opportunity to add form level custom properties into the serialized data.
FormDesigner Class | Viklele.Win.Designer Namespace