CollectionChangeEventHandler 대리자
Represents the method that will handle the OnCollectionChange event.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Delegate Sub CollectionChangeEventHandler ( _
sender As Object, _
e As CollectionChangeEventArgs _
)
‘사용 방법
Dim instance As New CollectionChangeEventHandler(AddressOf HandlerMethod)
public delegate void CollectionChangeEventHandler(
Object sender,
CollectionChangeEventArgs e
)
public delegate void CollectionChangeEventHandler(
Object^ sender,
CollectionChangeEventArgs^ e
)
type CollectionChangeEventHandler =
delegate of
sender:Object *
e:CollectionChangeEventArgs -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.
매개 변수
- sender
형식: System. . :: . .Object
Represents the event calling the object.
- e
형식: Microsoft.AnalysisServices. . :: . .CollectionChangeEventArgs
Specifies the CollectionChangeEventArgs that contains the event data.
주의
새 항목: 2006년 7월 17일