共用方式為


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRowChangeEventHandler 委派

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

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

語法

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

參數

請參閱

參照

WebSvcNotifications 命名空間