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