xamarinmac
namespace AppKit
{
[Protocol(Name = "NSComboBoxDelegate", WrapperType = typeof(NSComboBoxDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPopUp", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "comboBoxWillPopUp:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "comboBoxWillDismiss:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SelectionChanged", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "comboBoxSelectionDidChange:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SelectionIsChanging", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "comboBoxSelectionIsChanging:")]
public interface INSComboBoxDelegate : INSTextFieldDelegate, INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |