EnableEventHandler 委派
Represents a method for handling the EnableAltDesignerChanged event
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)
語法
'宣告
Public Delegate Sub EnableEventHandler ( _
sender As Object, _
e As EnableEventArgs _
)
'用途
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 支援委託的使用,但不支援新委託的宣告。
參數
- sender
型別:System. . :: . .Object
The source of the event.
- e
型別:Microsoft.ReportingServices.Interfaces. . :: . .EnableEventArgs
The EnableEventArgs that contains the event data.