Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryUnboundColumnValueHandler - Xamarin.iOS API Reference | Syncfusion QueryUnboundColumnValue event. ">

    Show / Hide Table of Contents

    Class QueryUnboundColumnValueHandler

    Represents the method that will handle the QueryUnboundColumnValue event.

    Inheritance
    System.Object
    QueryUnboundColumnValueHandler
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public sealed class QueryUnboundColumnValueHandler : MulticastDelegate

    Constructors

    QueryUnboundColumnValueHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridUnboundColumnEventArgs, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, GridUnboundColumnEventArgs)

    Declaration
    public virtual void Invoke(object sender, GridUnboundColumnEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    GridUnboundColumnEventArgs e

    See Also

    GridUnboundColumnEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved