次の方法で共有


StatusingDataSet.LocalLookupTableFullValuesRowChangeEventHandler デリゲート

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

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

構文

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

パラメーター

関連項目

参照先

WebSvcStatusing 名前空間