Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / OnGetLinkTargetPositionCompleted Method

In This Topic
    OnGetLinkTargetPositionCompleted Method (C1SSRSDocumentSource)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnGetLinkTargetPositionCompleted( _
       ByVal linkTarget As C1LinkTargetBase, _
       ByVal position As C1BookmarkPosition, _
       ByVal exception As Exception _
    ) 
    protected virtual void OnGetLinkTargetPositionCompleted( 
       C1LinkTargetBase linkTarget,
       C1BookmarkPosition position,
       Exception exception
    )

    Parameters

    linkTarget
    position
    exception
    See Also