EventHandlerExecutionOrderPreserverResolvePriorities Method |
Creates a list of which event handlers come before and after
the application's event handlers.
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual List<EventHandlerExecutionOrderPreserverEventHandlerPriority> ResolvePriorities(
EventHandlers eventHandlers,
string eventHandlerPrefix
)
Public Overridable Function ResolvePriorities (
eventHandlers As EventHandlers,
eventHandlerPrefix As String
) As List(Of EventHandlerExecutionOrderPreserverEventHandlerPriority)
public:
virtual List<EventHandlerExecutionOrderPreserverEventHandlerPriority^>^ ResolvePriorities(
EventHandlers^ eventHandlers,
String^ eventHandlerPrefix
)
Parameters
- eventHandlers
- Type: EventHandlers
The current event handlers. - eventHandlerPrefix
- Type: SystemString
The prefix of the target applications event handlers.
Return Value
Type:
ListEventHandlerExecutionOrderPreserverEventHandlerPriorityThe applications event hadnlers and their priority in relation to other handlers.
See Also