Evento ReportObject.IComponent.Disposed
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Occurs when the ReportObject object is disposed.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Private Event Disposed As EventHandler Implements IComponent.Disposed
'Utilizzo
Dim instance As ReportObject
Dim handler As EventHandler
AddHandler CType(instance, IComponent).Disposed, handler
event EventHandler IComponent.Disposed
private:
virtual event EventHandler^ Disposed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
private abstract Disposed : IEvent<EventHandler,
EventArgs>
private override Disposed : IEvent<EventHandler,
EventArgs>
JScript supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.