WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate NeedPasswordEventHandler - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate NeedPasswordEventHandler

    Namespace: Syncfusion.DocIO.ReaderWriter
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public delegate string NeedPasswordEventHandler();
    Returns
    Type Description
    System.String

    Constructors

    NeedPasswordEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

    Declaration
    public virtual string EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.String

    Invoke()

    Declaration
    public virtual string Invoke()
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved