Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / GetLinkTargetPositionCompletedEventArgs Class / GetLinkTargetPositionCompletedEventArgs Constructor
The C1LinkTargetBase object defines position in the document.
A C1BookmarkPosition object representing the result of the operation.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.

In This Topic
    GetLinkTargetPositionCompletedEventArgs Constructor
    In This Topic
    Initializes a new instance of the GetLinkTargetPositionCompletedEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal linkTarget As C1LinkTargetBase, _
       ByVal position As C1BookmarkPosition, _
       ByVal error As Exception, _
       ByVal cancelled As Boolean _
    )
    public GetLinkTargetPositionCompletedEventArgs( 
       C1LinkTargetBase linkTarget,
       C1BookmarkPosition position,
       Exception error,
       bool cancelled
    )

    Parameters

    linkTarget
    The C1LinkTargetBase object defines position in the document.
    position
    A C1BookmarkPosition object representing the result of the operation.
    error
    Any error that occurred during the asynchronous operation.
    cancelled
    A value indicating whether the asynchronous operation was canceled.
    See Also