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.
Interface of the event listener for the CompareProjectProperty workflow activity.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Private Sub OnEvent ( _
sender As Object, _
qea As QueueEventArgs _
) Implements IActivityEventListener(Of QueueEventArgs).OnEvent
'Usage
Dim instance As CompareProjectProperty
Dim sender As Object
Dim qea As QueueEventArgs
CType(instance, IActivityEventListener(Of QueueEventArgs)).OnEvent(sender, _
qea)
void IActivityEventListener<QueueEventArgs>.OnEvent(
Object sender,
QueueEventArgs qea
)
Parameters
sender
Type: System.ObjectActivity object that sends the event.
qea
Type: System.Workflow.ComponentModel.QueueEventArgsQueue event arguments.
Implements
IActivityEventListener<T>.OnEvent(Object, T)