ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / RibbonDeserialized Event

In This Topic
    RibbonDeserialized Event
    In This Topic
    Occurs when the C1Ribbon control is loaded from XML.
    Syntax
    'Declaration
     
    Public Event RibbonDeserialized As System.EventHandler(Of EventArgs)
    public event System.EventHandler<EventArgs> RibbonDeserialized
    Remarks
    Use this event to initialize C1Ribbon after loading from XML.
    See Also