Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Occurs when the ReportObject object is disposed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private Event Disposed As EventHandler Implements IComponent.Disposed
'Usage
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 supports the use of events, but not the declaration of new ones.