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
)
パラメーター
- sender
型: System.Object