| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : ControlHostFromXmlNode Event |
'Declaration Public Event ControlHostFromXmlNode As System.EventHandler(Of ControlHostFromXmlNodeEventArgs)
public event System.EventHandler<ControlHostFromXmlNodeEventArgs> ControlHostFromXmlNode
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.
| Property | Description |
|---|---|
| ControlHost | Gets or sets the created InputControlHost. |
| NodeName | Gets the name of the XML node. |
| XmlNode | Gets the XML node. |