InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ItemDeserialized Event

In This Topic
    ItemDeserialized Event (C1InputPanel)
    In This Topic
    Occurs when an InputComponent is loaded from XML.
    Syntax
    'Declaration
     
    Public Event ItemDeserialized As EventHandler(Of ItemDeserializedEventArgs)
    public event EventHandler<ItemDeserializedEventArgs> ItemDeserialized
    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