Share via


NSEventPhase Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSEventPhase
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSEventPhase = 
Inheritance
NSEventPhase
Attributes

Fields

Name Value Description
None 0
Began 1
Stationary 2
Changed 4
Ended 8
Cancelled 16
MayBegin 32

Applies to