BookmarkNavigationEventArgs Class

 

Provides data for the BookmarkNavigation event.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WinForms.BookmarkNavigationEventArgs

Syntax

[ComVisibleAttribute(false)]
public sealed class BookmarkNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class BookmarkNavigationEventArgs sealed : CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type BookmarkNavigationEventArgs = 
    class
        inherit CancelEventArgs
    end
<ComVisibleAttribute(False)>
Public NotInheritable Class BookmarkNavigationEventArgs
    Inherits CancelEventArgs

Constructors

Name Description
System_CAPS_pubmethod BookmarkNavigationEventArgs(String)

Constructs a BookmarkNavigationEventArgs object.

Properties

Name Description
System_CAPS_pubproperty BookmarkId

Gets the bookmark identification string.

System_CAPS_pubproperty Cancel

(Inherited from CancelEventArgs.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This is passed to the BookmarkNavigationEventHandler delegate when a BookmarkNavigation event occurs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top