C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / ControlHostFromXmlNode Event

ControlHostFromXmlNode Event (C1InputPanel)
Occurs before an InputControlHost starts loading from XML.
Syntax
'Declaration
 
Public Event ControlHostFromXmlNode As EventHandler(Of ControlHostFromXmlNodeEventArgs)
 
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