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.
Represents the event that indicates when the generic query designer is enabled or disabled.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Event EnableAltDesignerChanged As EnableEventHandler
'Usage
Dim instance As IQueryDesigner
Dim handler As EnableEventHandler
AddHandler instance.EnableAltDesignerChanged, handler
event EnableEventHandler EnableAltDesignerChanged
event EnableEventHandler^ EnableAltDesignerChanged {
void add (EnableEventHandler^ value);
void remove (EnableEventHandler^ value);
}
abstract EnableAltDesignerChanged : IEvent<EnableEventHandler,
EnableEventArgs>
JScript supports the use of events, but not the declaration of new ones.