EnableEventHandler 대리자
Represents a method for handling the EnableAltDesignerChanged event
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners
구문
‘선언
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.