C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ItemDeserialized Event

ItemDeserialized Event (C1InputPanel)
Occurs when an InputComponent is loaded from XML.
Syntax
'Declaration
 
Public Event ItemDeserialized As EventHandler(Of ItemDeserializedEventArgs)
 
Event Data

The event handler receives an argument of type ItemDeserializedEventArgs containing data related to this event. The following ItemDeserializedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the InputComponent loaded from XML.  
Remarks
Use this event to subscribe event handlers after loading an InputComponent.
See Also