[]
        
(Showing Draft Content)

C1.WPF.Document.GetLinkTargetPositionCompletedEventArgs

GetLinkTargetPositionCompletedEventArgs Class

Provides data for the C1.WPF.Document.C1DocumentSource.GetLinkTargetPositionCompleted event.

Inheritance
GetLinkTargetPositionCompletedEventArgs
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class GetLinkTargetPositionCompletedEventArgs : AsyncCompletedEventArgs

Constructors

Name Description
GetLinkTargetPositionCompletedEventArgs(C1LinkTargetBase, C1BookmarkPosition, Exception, bool)

Initializes a new instance of the GetLinkTargetPositionCompletedEventArgs class.

Properties

Name Description
LinkTarget

Gets the C1LinkTargetBase object defining position in the document.

Position

Gets the C1BookmarkPosition object.