[]
Occurs when the C1BackstageView component is loaded from XML.
[C1Category("Serialization")]
[C1Description("C1BackstageView.Deserialized", "Occurs when the C1BackstageView component is loaded from XML.")]
public event EventHandler<EventArgs> Deserialized
<C1Category("Serialization")>
<C1Description("C1BackstageView.Deserialized", "Occurs when the C1BackstageView component is loaded from XML.")>
Public Event Deserialized As EventHandler(Of EventArgs)
| Type | Description |
|---|---|
| EventHandler<EventArgs> | Occurs when the component is loaded from XML. |
Use this event to initialize C1BackstageView after loading from XML.