DocumentMapNavigationEventArgs Class

Provides data for the DocumentMapNavigation event.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class DocumentMapNavigationEventArgs
    Inherits CancelEventArgs
'Usage
Dim instance As DocumentMapNavigationEventArgs
[ComVisibleAttribute(false)] 
public sealed class DocumentMapNavigationEventArgs : CancelEventArgs
[ComVisibleAttribute(false)] 
public ref class DocumentMapNavigationEventArgs sealed : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */ 
public final class DocumentMapNavigationEventArgs extends CancelEventArgs
ComVisibleAttribute(false) 
public final class DocumentMapNavigationEventArgs extends CancelEventArgs

Remarks

This is passed to the DocumentMapNavigationEventHandler delegate when a DocumentMapNavigation event occurs.

Inheritance Hierarchy

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WebForms.DocumentMapNavigationEventArgs

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

Reference

DocumentMapNavigationEventArgs Members
Microsoft.Reporting.WebForms Namespace