次の方法で共有


AssnHistoryDataSet.HistoryRowChangeEventHandler デリゲート

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

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

構文

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

パラメーター

関連項目

参照先

WebSvcStatusing 名前空間