'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.
Property | Description |
---|---|
ControlHost | Gets or sets the created RibbonControlHost. |
NodeName | Gets the name of the XML node. |
XmlNode | Gets the XML node. |
See Also