InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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 XmlNode _
    )
    public ControlHostFromXmlNodeEventArgs( 
       XmlNode node
    )

    Parameters

    node
    See Also