Share via


NSTextView.RulerViewHandleMouseDown(NSRulerView, NSEvent) Method

Definition

[Foundation.Export("rulerView:handleMouseDown:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RulerViewHandleMouseDown(AppKit.NSRulerView ruler, AppKit.NSEvent theEvent);
[<Foundation.Export("rulerView:handleMouseDown:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RulerViewHandleMouseDown : AppKit.NSRulerView * AppKit.NSEvent -> unit
override this.RulerViewHandleMouseDown : AppKit.NSRulerView * AppKit.NSEvent -> unit

Parameters

ruler
NSRulerView
theEvent
NSEvent
Attributes

Applies to