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

In This Topic
    ControlHostFromXmlNode Event (C1Ribbon)
    In This Topic
    Occurs before a RibbonControlHost starts loading from XML.
    Syntax
    'Declaration
     
    Public Event ControlHostFromXmlNode As System.EventHandler(Of ControlHostFromXmlNodeEventArgs)
    public event System.EventHandler<ControlHostFromXmlNodeEventArgs> ControlHostFromXmlNode
    Event Data

    The event handler receives an argument of type ControlHostFromXmlNodeEventArgs containing data related to this event. The following ControlHostFromXmlNodeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the created RibbonControlHost.  
    Gets the name of the XML node.  
    Gets the XML node.  
    See Also