INSCandidateListTouchBarItemDelegate Interface

Definition

This interface represents the Objective-C protocol NSCandidateListTouchBarItemDelegate.

[Foundation.Protocol(Name="NSCandidateListTouchBarItemDelegate", WrapperType=typeof(AppKit.NSCandidateListTouchBarItemDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="BeginSelectingCandidate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.IntPtr) }, Selector="candidateListTouchBarItem:beginSelectingCandidateAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangeSelectionFromCandidate", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.IntPtr), typeof(System.IntPtr) }, Selector="candidateListTouchBarItem:changeSelectionFromCandidateAtIndex:toIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EndSelectingCandidate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.IntPtr) }, Selector="candidateListTouchBarItem:endSelectingCandidateAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangedCandidateListVisibility", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.Boolean) }, Selector="candidateListTouchBarItem:changedCandidateListVisibility:")]
public interface INSCandidateListTouchBarItemDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSCandidateListTouchBarItemDelegate", WrapperType=typeof(AppKit.NSCandidateListTouchBarItemDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="BeginSelectingCandidate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.IntPtr) }, Selector="candidateListTouchBarItem:beginSelectingCandidateAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangeSelectionFromCandidate", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.IntPtr), typeof(System.IntPtr) }, Selector="candidateListTouchBarItem:changeSelectionFromCandidateAtIndex:toIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EndSelectingCandidate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.IntPtr) }, Selector="candidateListTouchBarItem:endSelectingCandidateAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangedCandidateListVisibility", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSCandidateListTouchBarItem), typeof(System.Boolean) }, Selector="candidateListTouchBarItem:changedCandidateListVisibility:")>]
type INSCandidateListTouchBarItemDelegate = 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