NSApplication.NextEvent Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NextEvent(NSEventMask, NSDate, NSRunLoopMode, Boolean)
public AppKit.NSEvent NextEvent (AppKit.NSEventMask mask, Foundation.NSDate expiration, Foundation.NSRunLoopMode runLoopMode, bool deqFlag);
member this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSRunLoopMode * bool -> AppKit.NSEvent
Parâmetros
- mask
- NSEventMask
- expiration
- NSDate
- runLoopMode
- NSRunLoopMode
- deqFlag
- Boolean
Retornos
Aplica-se a
NextEvent(NSEventMask, NSDate, NSString, Boolean)
[Foundation.Export("nextEventMatchingMask:untilDate:inMode:dequeue:")]
protected virtual AppKit.NSEvent NextEvent (AppKit.NSEventMask mask, Foundation.NSDate expiration, Foundation.NSString runLoopMode, bool deqFlag);
abstract member NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSString * bool -> AppKit.NSEvent
override this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * Foundation.NSString * bool -> AppKit.NSEvent
Parâmetros
- mask
- NSEventMask
- expiration
- NSDate
- runLoopMode
- NSString
- deqFlag
- Boolean
Retornos
- Atributos
Aplica-se a
NextEvent(NSEventMask, NSDate, String, Boolean)
Cuidado
Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.
[System.Obsolete("Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.", false)]
public AppKit.NSEvent NextEvent (AppKit.NSEventMask mask, Foundation.NSDate expiration, string mode, bool deqFlag);
member this.NextEvent : AppKit.NSEventMask * Foundation.NSDate * string * bool -> AppKit.NSEvent
Parâmetros
- mask
- NSEventMask
- expiration
- NSDate
- mode
- String
- deqFlag
- Boolean
Retornos
- Atributos
Aplica-se a
NextEvent(nuint, NSDate, String, Boolean)
Cuidado
Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.
[System.Obsolete("Use the 'NextEvent (NSEventMask, NSDate, [NSRunLoopMode|NSString], bool)' overloads instead.", false)]
protected virtual AppKit.NSEvent NextEvent (nuint mask, Foundation.NSDate expiration, string mode, bool deqFlag);
abstract member NextEvent : nuint * Foundation.NSDate * string * bool -> AppKit.NSEvent
override this.NextEvent : nuint * Foundation.NSDate * string * bool -> AppKit.NSEvent
Parâmetros
- mask
- System.System.UIntPtr System.unativeint
- expiration
- NSDate
- mode
- String
- deqFlag
- Boolean
Retornos
- Atributos