NSWindow.NextEventMatchingMask 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 |
|---|---|
| NextEventMatchingMask(UIntPtr, NSDate, String, Boolean) | |
| NextEventMatchingMask(NSEventMask, NSDate, String, Boolean) | |
| NextEventMatchingMask(UIntPtr) | |
| NextEventMatchingMask(NSEventMask) |
NextEventMatchingMask(UIntPtr, NSDate, String, Boolean)
[Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual AppKit.NSEvent NextEventMatchingMask(UIntPtr mask, Foundation.NSDate expiration, string mode, bool deqFlag);
[<Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NextEventMatchingMask : unativeint * Foundation.NSDate * string * bool -> AppKit.NSEvent
override this.NextEventMatchingMask : unativeint * Foundation.NSDate * string * bool -> AppKit.NSEvent
Parameters
- mask
-
UIntPtr
unativeint
- expiration
- NSDate
- mode
- String
- deqFlag
- Boolean
Returns
- Attributes
Applies to
NextEventMatchingMask(NSEventMask, NSDate, String, Boolean)
public AppKit.NSEvent NextEventMatchingMask(AppKit.NSEventMask mask, Foundation.NSDate expiration, string mode, bool deqFlag);
member this.NextEventMatchingMask : AppKit.NSEventMask * Foundation.NSDate * string * bool -> AppKit.NSEvent
Parameters
- mask
- NSEventMask
- expiration
- NSDate
- mode
- String
- deqFlag
- Boolean
Returns
Applies to
NextEventMatchingMask(UIntPtr)
[Foundation.Export("nextEventMatchingMask:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual AppKit.NSEvent NextEventMatchingMask(UIntPtr mask);
[<Foundation.Export("nextEventMatchingMask:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NextEventMatchingMask : unativeint -> AppKit.NSEvent
override this.NextEventMatchingMask : unativeint -> AppKit.NSEvent
Parameters
- mask
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
NextEventMatchingMask(NSEventMask)
public AppKit.NSEvent NextEventMatchingMask(AppKit.NSEventMask mask);
member this.NextEventMatchingMask : AppKit.NSEventMask -> AppKit.NSEvent
Parameters
- mask
- NSEventMask