ComponentOne InputPanel for WinForms
ControlHostFromXmlNode Event

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : ControlHostFromXmlNode Event
Occurs before an InputControlHost starts loading from XML.
Syntax
'Declaration
 
Public Event ControlHostFromXmlNode As System.EventHandler(Of ControlHostFromXmlNodeEventArgs)
public event System.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