次の方法で共有


ImportTimesheetDataSet.LinesRowChangeEventHandler デリゲート

設定をImportTimesheetDataSet.LinesRowに関連付けられているデータを編集したときと、イベントがトリガーされるイベント ハンドラーについて説明します。

名前空間:  WebSvcStatusing
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Delegate Sub LinesRowChangeEventHandler ( _
    sender As Object, _
    e As ImportTimesheetDataSet.LinesRowChangeEvent _
)
'使用
Dim instance As New LinesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LinesRowChangeEventHandler(
    Object sender,
    ImportTimesheetDataSet.LinesRowChangeEvent e
)

パラメーター

関連項目

参照先

WebSvcStatusing 名前空間