NSEvent Constructors
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
NSEvent() | |
NSEvent(NSCoder) | |
NSEvent(NSObjectFlag) | |
NSEvent(IntPtr) |
NSEvent()
NSEvent(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSEvent (Foundation.NSCoder coder);
new AppKit.NSEvent : Foundation.NSCoder -> AppKit.NSEvent
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSEvent(NSObjectFlag)
protected NSEvent (Foundation.NSObjectFlag t);
new AppKit.NSEvent : Foundation.NSObjectFlag -> AppKit.NSEvent
Parameters
Applies to
NSEvent(IntPtr)
protected internal NSEvent (IntPtr handle);
new AppKit.NSEvent : nativeint -> AppKit.NSEvent
Parameters
- handle
-
IntPtr
nativeint