Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfComboBox.FilterItemEventHandler - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfComboBox.FilterItemEventHandler

    Represents the method that will handle the autocomplete dropdown item changed event in AutoComplete

    Inheritance
    System.Object
    SfComboBox.FilterItemEventHandler
    Namespace: Syncfusion.iOS.ComboBox
    Assembly: Syncfusion.SfComboBox.iOS.dll
    Syntax
    public sealed class FilterItemEventHandler : MulticastDelegate

    Constructors

    FilterItemEventHandler(Object, IntPtr)

    Declaration
    public FilterItemEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, FilterItemEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, FilterItemEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    FilterItemEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Boolean

    Invoke(Object, FilterItemEventArgs)

    Declaration
    public virtual bool Invoke(object sender, FilterItemEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    FilterItemEventArgs e
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved