EnableEventHandler Delegate
Represents a method for handling the EnableAltDesignerChanged event
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public Delegate Sub EnableEventHandler ( _
sender As Object, _
e As EnableEventArgs _
)
'Usage
Dim instance As New EnableEventHandler(AddressOf HandlerMethod)
public delegate void EnableEventHandler(
Object sender,
EnableEventArgs e
)
public delegate void EnableEventHandler(
Object^ sender,
EnableEventArgs^ e
)
type EnableEventHandler =
delegate of
sender:Object *
e:EnableEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.ReportingServices.Interfaces.EnableEventArgs
The EnableEventArgs that contains the event data.