NSComboBox.Notifications Class

Definition

public static class NSComboBox.Notifications
type NSComboBox.Notifications = class
Inheritance
NSComboBox.Notifications

Methods

ObserveSelectionDidChange(EventHandler<NSNotificationEventArgs>)
ObserveSelectionDidChange(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectionIsChanging(EventHandler<NSNotificationEventArgs>)
ObserveSelectionIsChanging(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillDismiss(EventHandler<NSNotificationEventArgs>)
ObserveWillDismiss(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillPopUp(EventHandler<NSNotificationEventArgs>)
ObserveWillPopUp(NSObject, EventHandler<NSNotificationEventArgs>)

Applies to