Share via


NSComboBoxDelegate.SelectionChanged(NSNotification) Method

Definition

[Foundation.Export("comboBoxSelectionDidChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectionChanged(Foundation.NSNotification notification);
[<Foundation.Export("comboBoxSelectionDidChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionChanged : Foundation.NSNotification -> unit
override this.SelectionChanged : Foundation.NSNotification -> unit

Parameters

notification
NSNotification

Implements

Attributes

Applies to