Skip to content

Enum PostOrder

Namespace: Void.Proxy.Api.Events
Assembly: Void.Proxy.Api.dll

Specifies the relative invocation order of subscribed event handlers.

public enum PostOrder

Extension Methods

StructExtensions.IsDefault<PostOrder>(PostOrder)

Fields

First = 0

Runs the event handler before normal-priority handlers.

Last = 1000

Runs the event handler after the normal priority handlers have completed.

Normal = 500

Runs the event handler at the default priority.