Classe BackEventArgs
Recupera i dati per l'evento Back.
Gerarchia di ereditarietà
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
Microsoft.Reporting.WinForms.BackEventArgs
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public NotInheritable Class BackEventArgs _
Inherits CancelEventArgs
'Utilizzo
Dim instance As BackEventArgs
[ComVisibleAttribute(false)]
public sealed class BackEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class BackEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type BackEventArgs =
class
inherit CancelEventArgs
end
public final class BackEventArgs extends CancelEventArgs
Nel tipo BackEventArgs sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
BackEventArgs | Costruisce un nuovo oggetto BackEventArgs. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Cancel | Ereditato da CancelEventArgs. | |
ParentReport | Recupera il rapporto padre del rapporto drill-through. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Viene passato al delegato BackEventHandler quando viene generato un evento Back.
L'evento Back viene generato quando l'utente passato a un rapporto drill-through fa clic sul pulsante Indietro per tornare al rapporto padre. Quest'ultimo viene passato come argomento al delegato che gestisce l'evento Back.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.