Public NotInheritable Class BackEventArgs Inherits CancelEventArgs
Dim instance As BackEventArgs
public sealed class BackEventArgs : CancelEventArgs
public ref class BackEventArgs sealed : public CancelEventArgs
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.