| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > C1InputPanel Class : ItemDeserialized Event |
'Declaration Public Event ItemDeserialized As System.EventHandler(Of ItemDeserializedEventArgs)
public event System.EventHandler<ItemDeserializedEventArgs> ItemDeserialized
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.
| Property | Description |
|---|---|
| Component | Gets the InputComponent loaded from XML. |