NSApplication.NextEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| NextEvent(NSEventMask, NSDate, NSRunLoopMode, Boolean) | |
| NextEvent(NSEventMask, NSDate, NSString, Boolean) |
NextEvent(NSEventMask, NSDate, NSRunLoopMode, Boolean)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public AppKit.NSEvent NextEvent(AppKit.NSEventMask mask, Foundation.NSDate expiration, Foundation.NSRunLoopMode runLoopMode, bool deqFlag);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSRunLoopMode * bool -> AppKit.NSEvent
Parameters
- mask
- NSEventMask
- expiration
- NSDate
- runLoopMode
- NSRunLoopMode
- deqFlag
- Boolean
Returns
- Attributes
Applies to
NextEvent(NSEventMask, NSDate, NSString, Boolean)
[Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual AppKit.NSEvent NextEvent(AppKit.NSEventMask mask, Foundation.NSDate? expiration, Foundation.NSString runLoopMode, bool deqFlag);
[<Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSString * bool -> AppKit.NSEvent
override this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSString * bool -> AppKit.NSEvent
Parameters
- mask
- NSEventMask
- expiration
- NSDate
- runLoopMode
- NSString
- deqFlag
- Boolean
Returns
- Attributes