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