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
)
參數
- sender
類型:System.Object