VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfContentXObjectTool Class / OnContentXObjectMouseUp(PdfContentXObjectEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    OnContentXObjectMouseUp(PdfContentXObjectEventArgs) Method (PdfContentXObjectTool)
    In This Topic
    Raises the ContentXObjectMouseUp event.
    Syntax
    'Declaration
    
    Protected Overridable Sub OnContentXObjectMouseUp( _
    ByVal e
    The PdfContentXObjectEventArgs instance containing the event data.
    As PdfContentXObjectEventArgs _
    )
    protected virtual void OnContentXObjectMouseUp(
    PdfContentXObjectEventArgs e
    )
    protected: virtual void OnContentXObjectMouseUp(
    PdfContentXObjectEventArgs* e
    )
    protected:
    virtual void OnContentXObjectMouseUp(
    PdfContentXObjectEventArgs^ e
    )

    Parameters

    e
    The PdfContentXObjectEventArgs instance containing the event data.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also