PermissionDataSet.ActionsRowChangeEventHandler delegate
Describes event handler settings for when data associated with a PermissionDataSet.ActionsRow is edited and an event should be triggered.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub ActionsRowChangeEventHandler ( _
sender As Object, _
e As PermissionDataSet.ActionsRowChangeEvent _
)
'Usage
Dim instance As New ActionsRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void ActionsRowChangeEventHandler(
Object sender,
PermissionDataSet.ActionsRowChangeEvent e
)
Parameters
- sender
Type: System.Object