共用方式為


SecurityProjectCategoriesDataSet.GroupRelationsRowChangeEventHandler 委派

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

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

語法

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

參數

請參閱

參照

WebSvcSecurity 命名空間