Xamarin.Android

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

    Show / Hide Table of Contents

    Class QuickValueSetEventHandler

    An event handler that represents the method to handle the QuickValueSetEventHandler event.

    Inheritance
    System.Object
    QuickValueSetEventHandler
    Namespace: Syncfusion.OfficeChart.Calculate
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class QuickValueSetEventHandler : MulticastDelegate
    Remarks

    This event is raised whenever an indexer is used on the CalcQuick object to assign it a value or when a value is assigned as the result of a calculation being done.

    Constructors

    QuickValueSetEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, QuickValueSetEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, QuickValueSetEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    QuickValueSetEventArgs 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, QuickValueSetEventArgs)

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