[]
        
(Showing Draft Content)

C1.WPF.Document.GetLinkTargetPositionCompletedEventArgs.-ctor

GetLinkTargetPositionCompletedEventArgs Constructor

GetLinkTargetPositionCompletedEventArgs(C1LinkTargetBase, C1BookmarkPosition, Exception, bool)

Initializes a new instance of the GetLinkTargetPositionCompletedEventArgs class.

Declaration
public GetLinkTargetPositionCompletedEventArgs(C1LinkTargetBase linkTarget, C1BookmarkPosition position, Exception error, bool cancelled)
Parameters
Type Name Description
C1LinkTargetBase linkTarget

The C1LinkTargetBase object defines position in the document.

C1BookmarkPosition position

A C1BookmarkPosition object representing the result of the operation.

Exception error

Any error that occurred during the asynchronous operation.

bool cancelled

A value indicating whether the asynchronous operation was canceled.