Ribbon for WinForms | ComponentOne
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 EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> Deserialized
    Remarks
    Use this event to initialize C1BackstageView after loading from XML.
    See Also