InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / ControlHostFromXmlNode Event

In This Topic
    ControlHostFromXmlNode Event (C1InputPanel)
    In This Topic
    Occurs before an InputControlHost starts loading from XML.
    Syntax
    'Declaration
     
    Public Event ControlHostFromXmlNode As EventHandler(Of ControlHostFromXmlNodeEventArgs)
    public event 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 InputControlHost.  
    Gets the name of the XML node.  
    Gets the XML node.  
    See Also