[]
Initializes a new instance of the GetLinkTargetPositionCompletedEventArgs class.
public GetLinkTargetPositionCompletedEventArgs(C1LinkTargetBase linkTarget, C1BookmarkPosition position, Exception error, bool cancelled)
| 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. |