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