C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / C1BackstageView Class / Deserialized Event

In This Topic
Deserialized Event (C1BackstageView)
In This Topic
Occurs when the C1BackstageView component is loaded from XML.
Syntax
'Declaration
 
Public Event Deserialized As System.EventHandler(Of EventArgs)
 
Remarks
Use this event to initialize C1BackstageView after loading from XML.
See Also