BackEventArgs Class

Provides data for the Back event.

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

Syntax

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

Remarks

This is passed to the BackEventHandler delegate when a Back event occurs.

A Back event occurs when the user has navigated to a drillthrough report and clicks the Back button to return to the parent report. The parent report is passed as an argument to the delegate that handles the Back event.

Inheritance Hierarchy

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

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

BackEventArgs Members
Microsoft.Reporting.WebForms Namespace