Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes event handler settings for when the specified data is edited.
Namespace: WebSvcQueueSystem
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Delegate Sub StatusRequestRowChangeEventHandler ( _
sender As Object, _
e As QueueStatusRequestDataSet.StatusRequestRowChangeEvent _
)
'Usage
Dim instance As New StatusRequestRowChangeEventHandler(AddressOf HandlerMethod)
public delegate void StatusRequestRowChangeEventHandler(
Object sender,
QueueStatusRequestDataSet.StatusRequestRowChangeEvent e
)
Parameters
- sender
Type: System.Object