'宣言 Public Function New( _ ByVal linkTarget As C1LinkTargetBase, _ ByVal position As C1BookmarkPosition, _ ByVal error As System.Exception, _ ByVal cancelled As System.Boolean _ )
public GetLinkTargetPositionCompletedEventArgs( C1LinkTargetBase linkTarget, C1BookmarkPosition position, System.Exception error, System.bool cancelled )
パラメータ
- 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.