Enum
EventListenerPriority

Defines the priority of an event listener.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum EventListenerPriority

Fields

High

High priority listener, will receive events before listeners with normal priority.

Declaration

cs-api-definition
High = 3

Field Value

EventListenerPriority

Highest

Highest priority listener, will receive events before all other listeners.

Declaration

cs-api-definition
Highest = 4

Field Value

EventListenerPriority

Low

Low priority listener, will receive events after other listeners.

Declaration

cs-api-definition
Low = 1

Field Value

EventListenerPriority

Lowest

Lowest priority listener, will receive events after all other listeners.

Declaration

cs-api-definition
Lowest = 0

Field Value

EventListenerPriority

Normal

Normal priority.

Declaration

cs-api-definition
Normal = 2

Field Value

EventListenerPriority

In this article
DefinitionFieldsHighHighestLowLowestNormal
Not finding the help you need?
Contact Support