FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / RibbonDeserialized Event

In This Topic
    RibbonDeserialized Event (C1Ribbon)
    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