ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.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