Occurs after properties of a component have been deserialized.
[Visual Basic] Public Event DeserializeComponent As DeserializeComponentEventHandler [C#] public event DeserializeComponentEventHandler DeserializeComponent; [C++] public: __event DeserializeComponentEventHandler* DeserializeComponent;
[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 DeserializeComponentEventArgs containing data related to this event. The following DeserializeComponentEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Component | Gets the component being deserialized. |
This event is triggered for each of the component that is being loaded. This event provides an opportunity to read component level custom properties from the serialized data.
This event is triggered when the layout is being loaded and during a paste operation.
FormDesigner Class | Viklele.Win.Designer Namespace