DocumentMapNavigationEventArgs Class
Provides data for the DocumentMapNavigation 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.DocumentMapNavigationEventArgs
Syntax
[ComVisibleAttribute(false)]
public sealed class DocumentMapNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class DocumentMapNavigationEventArgs sealed : CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type DocumentMapNavigationEventArgs =
class
inherit CancelEventArgs
end
<ComVisibleAttribute(False)>
Public NotInheritable Class DocumentMapNavigationEventArgs
Inherits CancelEventArgs
Constructors
Name | Description | |
---|---|---|
DocumentMapNavigationEventArgs(String) | Construct a new DocumentMapNavigationEventArgs object. |
Properties
Name | Description | |
---|---|---|
Cancel | (Inherited from CancelEventArgs.) |
|
DocumentMapId | Gets the unique identifier of the document map node selected. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
This is passed to the DocumentMapNavigationEventHandler delegate when a DocumentMapNavigation 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