NSCandidateListTouchBarItemDelegate.ChangeSelectionFromCandidate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("candidateListTouchBarItem:changeSelectionFromCandidateAtIndex:toIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ChangeSelectionFromCandidate(AppKit.NSCandidateListTouchBarItem anItem, IntPtr previousIndex, IntPtr index);
[<Foundation.Export("candidateListTouchBarItem:changeSelectionFromCandidateAtIndex:toIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ChangeSelectionFromCandidate : AppKit.NSCandidateListTouchBarItem * nativeint * nativeint -> unit
override this.ChangeSelectionFromCandidate : AppKit.NSCandidateListTouchBarItem * nativeint * nativeint -> unit
Parameters
- anItem
- NSCandidateListTouchBarItem
- previousIndex
-
IntPtr
nativeint
- index
-
IntPtr
nativeint
Implements
- Attributes