Share via


INSScrubberDelegate Interface

Definition

This interface represents the Objective-C protocol NSScrubberDelegate.

[Foundation.Protocol(Name="NSScrubberDelegate", WrapperType=typeof(AppKit.NSScrubberDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(System.IntPtr) }, Selector="scrubber:didSelectItemAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidHighlightItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(System.IntPtr) }, Selector="scrubber:didHighlightItemAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisible", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(Foundation.NSRange) }, Selector="scrubber:didChangeVisibleRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginInteracting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber) }, Selector="didBeginInteractingWithScrubber:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishInteracting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber) }, Selector="didFinishInteractingWithScrubber:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCancelInteracting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber) }, Selector="didCancelInteractingWithScrubber:")]
public interface INSScrubberDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSScrubberDelegate", WrapperType=typeof(AppKit.NSScrubberDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(System.IntPtr) }, Selector="scrubber:didSelectItemAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidHighlightItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(System.IntPtr) }, Selector="scrubber:didHighlightItemAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisible", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber), typeof(Foundation.NSRange) }, Selector="scrubber:didChangeVisibleRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBeginInteracting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber) }, Selector="didBeginInteractingWithScrubber:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishInteracting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber) }, Selector="didFinishInteractingWithScrubber:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCancelInteracting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSScrubber) }, Selector="didCancelInteractingWithScrubber:")>]
type INSScrubberDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to