Class ConnectionPasswordEventHandler
Represents the method that will handle the PasswordRequired event.
Inheritance
System.Object
ConnectionPasswordEventHandler
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ConnectionPasswordEventHandler : MulticastDelegate
Constructors
ConnectionPasswordEventHandler(Object, IntPtr)
Declaration
public ConnectionPasswordEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ConnectionPassword, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ConnectionPassword e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
ConnectionPassword |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ConnectionPassword)
Declaration
public virtual void Invoke(object sender, ConnectionPassword e)
Parameters
Extension Methods