SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEventHandler 委派
說明當編輯SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRow相關聯的資料和事件設定應該要觸發的事件處理常式。
命名空間: WebSvcSecurity
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Delegate Sub SecurityPrincipleCategoryRelationsRowChangeEventHandler ( _
sender As Object, _
e As SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEvent _
)
'用途
Dim instance As New SecurityPrincipleCategoryRelationsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void SecurityPrincipleCategoryRelationsRowChangeEventHandler(
Object sender,
SecurityGroupsDataSet.SecurityPrincipleCategoryRelationsRowChangeEvent e
)
參數
- sender
類型:System.Object