TimesheetDataSet.ActionsRowChangeEventHandler デリゲート
設定をTimesheetDataSet.ActionsRowに関連付けられているデータを編集したときと、イベントがトリガーされるイベント ハンドラーについて説明します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Delegate Sub ActionsRowChangeEventHandler ( _
sender As Object, _
e As TimesheetDataSet.ActionsRowChangeEvent _
)
'使用
Dim instance As New ActionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ActionsRowChangeEventHandler(
Object sender,
TimesheetDataSet.ActionsRowChangeEvent e
)
パラメーター
- sender
型: System.Object