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