INSScrubberDelegate Interface

Definition

[Foundation.Protocol(Name="NSScrubberDelegate", WrapperType=typeof(AppKit.NSScrubberDelegateWrapper))]
public interface INSScrubberDelegate : IDisposable, ObjCRuntime.INativeObject
type INSScrubberDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidBeginInteracting(INSScrubberDelegate, NSScrubber)
DidCancelInteracting(INSScrubberDelegate, NSScrubber)
DidChangeVisible(INSScrubberDelegate, NSScrubber, NSRange)
DidFinishInteracting(INSScrubberDelegate, NSScrubber)
DidHighlightItem(INSScrubberDelegate, NSScrubber, nint)
DidSelectItem(INSScrubberDelegate, NSScrubber, nint)

Applies to