InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / ItemDeserializedEventArgs Class / ItemDeserializedEventArgs Constructor

In This Topic
    ItemDeserializedEventArgs Constructor
    In This Topic
    Initializes a new instance of the ItemDeserializedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal component As InputComponent _
    )
    public ItemDeserializedEventArgs( 
       InputComponent component
    )

    Parameters

    component
    See Also