CollectionChangeEventHandler 委派
Represents the method that will handle the OnCollectionChange event.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
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 日