INSScrubberFlowLayoutDelegate Interface

Definition

[Foundation.Protocol(Name="NSScrubberFlowLayoutDelegate", WrapperType=typeof(AppKit.NSScrubberFlowLayoutDelegateWrapper))]
public interface INSScrubberFlowLayoutDelegate : AppKit.INSScrubberDelegate, IDisposable
type INSScrubberFlowLayoutDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSScrubberDelegate
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)
Layout(INSScrubberFlowLayoutDelegate, NSScrubber, NSScrubberFlowLayout, nint)

Applies to