共用方式為


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEventHandler 委派

代表會處理事件發生時執行動作之資料列的方法。

命名空間:  WebSvcNotifications
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Delegate Sub AlertSubscriptionInfoRowChangeEventHandler ( _
    sender As Object, _
    e As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent _
)
'用途
Dim instance As New AlertSubscriptionInfoRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void AlertSubscriptionInfoRowChangeEventHandler(
    Object sender,
    AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRowChangeEvent e
)

參數

請參閱

參照

WebSvcNotifications 命名空間