alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfComboBox.DrawDropDownItemEventHandler

    Represents the DrawDropDownItem

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

    Constructors

    DrawDropDownItemEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, DropDownItemEventArgs, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

    Declaration
    public virtual UIView EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    UIKit.UIView

    Invoke(Object, DropDownItemEventArgs)

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