Condividi tramite


NSEvent Costruttori

Definizione

Overload

NSEvent()
NSEvent(NSCoder)
NSEvent(NSObjectFlag)
NSEvent(IntPtr)

NSEvent()

[Foundation.Export("init")]
public NSEvent ();
Attributi

Si applica a

NSEvent(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSEvent (Foundation.NSCoder coder);
new AppKit.NSEvent : Foundation.NSCoder -> AppKit.NSEvent

Parametri

coder
NSCoder
Attributi

Si applica a

NSEvent(NSObjectFlag)

protected NSEvent (Foundation.NSObjectFlag t);
new AppKit.NSEvent : Foundation.NSObjectFlag -> AppKit.NSEvent

Parametri

Si applica a

NSEvent(IntPtr)

protected internal NSEvent (IntPtr handle);
new AppKit.NSEvent : nativeint -> AppKit.NSEvent

Parametri

handle
IntPtr

nativeint

Si applica a