menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class PasswordRequiredEventHandler

    Represents the method that will handle the PasswordRequired event.

    Inheritance
    System.Object
    PasswordRequiredEventHandler
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class PasswordRequiredEventHandler : MulticastDelegate

    Constructors

    PasswordRequiredEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, PasswordRequiredEventArgs, AsyncCallback, Object)

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

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