Share via


NSComboBoxDelegate.WillPopUp(NSNotification) Method

Definition

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

Parameters

notification
NSNotification

Implements

Attributes

Applies to