xamarinmac
namespace AppKit
{
    [Protocol(Name = "NSRuleEditorDelegate", WrapperType = typeof(NSRuleEditorDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RowsDidChange", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "ruleEditorRowsDidChange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingEnded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidEndEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Changed", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidChange:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingBegan", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "controlTextDidBeginEditing:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "NumberOfChildren", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSRuleEditor), typeof(NSObject), typeof(NSRuleEditorRowType) }, ReturnType = typeof(nint), Selector = "ruleEditor:numberOfChildrenForCriterion:withRowType:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ChildForCriterion", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSRuleEditor), typeof(nint), typeof(NSObject), typeof(NSRuleEditorRowType) }, ReturnType = typeof(NSObject), Selector = "ruleEditor:child:forCriterion:withRowType:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DisplayValue", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSRuleEditor), typeof(NSObject), typeof(nint) }, ReturnType = typeof(NSObject), Selector = "ruleEditor:displayValueForCriterion:inRow:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PredicateParts", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(NSRuleEditor), typeof(NSObject), typeof(NSObject), typeof(nint) }, ReturnType = typeof(NSDictionary), Selector = "ruleEditor:predicatePartsForCriterion:withDisplayValue:inRow:")]
    public interface INSRuleEditorDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("ruleEditorRowsDidChange:")]
        [Preserve(Conditional = true)]
        void RowsDidChange(NSNotification! notification);
    }
}
Xamarin macOS 0.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.

  • Built-in API
  • Package-provided API

06/26/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙