共用方式為


ImportTimesheetDataSet.LinesRowChangeEventHandler 委派

說明當編輯ImportTimesheetDataSet.LinesRow相關聯的資料和事件設定應該要觸發的事件處理常式。

命名空間:  WebSvcStatusing
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Delegate Sub LinesRowChangeEventHandler ( _
    sender As Object, _
    e As ImportTimesheetDataSet.LinesRowChangeEvent _
)
'用途
Dim instance As New LinesRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void LinesRowChangeEventHandler(
    Object sender,
    ImportTimesheetDataSet.LinesRowChangeEvent e
)

參數

請參閱

參照

WebSvcStatusing 命名空間