Share via


NSViewController.ShouldBeTreatedAsInkEvent(NSEvent) Method

Definition

[Foundation.Export("shouldBeTreatedAsInkEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeTreatedAsInkEvent(AppKit.NSEvent theEvent);
[<Foundation.Export("shouldBeTreatedAsInkEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.ShouldBeTreatedAsInkEvent : AppKit.NSEvent -> bool

Parameters

theEvent
NSEvent

Returns

Attributes

Applies to