ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ControlHostFromXmlNodeEventArgs Class / ControlHostFromXmlNodeEventArgs Constructor

In This Topic
    ControlHostFromXmlNodeEventArgs Constructor
    In This Topic
    Initializes a new instance of the ControlHostFromXmlNodeEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal node As System.Xml.XmlNode _
    )
    public ControlHostFromXmlNodeEventArgs( 
       System.Xml.XmlNode node
    )

    Parameters

    node
    See Also