Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ComObjectEventArgs Class / ComObjectEventArgs Constructor
The o.

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

    Parameters

    o
    The o.
    See Also