menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCellPdfExportingEventHandler - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridCellPdfExportingEventHandler

    Delegate for CellExporting event.

    Inheritance
    System.Object
    DataGridCellPdfExportingEventHandler
    Namespace: Syncfusion.SfDataGrid.Exporting
    Assembly: Syncfusion.SfGridConverter.Android.dll
    Syntax
    public sealed class DataGridCellPdfExportingEventHandler : MulticastDelegate

    Constructors

    DataGridCellPdfExportingEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, DataGridCellPdfExportingEventArgs, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(Object, DataGridCellPdfExportingEventArgs)

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