Délégué EnableEventHandler
Represents a method for handling the EnableAltDesignerChanged event
Espace de noms : Microsoft.ReportingServices.Interfaces
Assembly : Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Syntaxe
'Déclaration
Public Delegate Sub EnableEventHandler ( _
sender As Object, _
e As EnableEventArgs _
)
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.
Paramètres
- sender
Type : System.Object
The source of the event.
- e
Type : Microsoft.ReportingServices.Interfaces.EnableEventArgs
The EnableEventArgs that contains the event data.