Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
BackEventArgs Class 

Provides data for the Back event.

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

Visual Basic (Declaration)
Public NotInheritable Class BackEventArgs
	Inherits CancelEventArgs
Visual Basic (Usage)
Dim instance As BackEventArgs
C#
public sealed class BackEventArgs : CancelEventArgs
C++
public ref class BackEventArgs sealed : public CancelEventArgs
J#
public final class BackEventArgs extends CancelEventArgs
JScript
public final class BackEventArgs extends CancelEventArgs

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.

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WinForms.BackEventArgs
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker