Class CurrentProgressChangedEventHandler
Represents the method that handles the CurrentProgressChanged Event.
Inheritance
System.Object
CurrentProgressChangedEventHandler
Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
Syntax
public sealed class CurrentProgressChangedEventHandler : MulticastDelegate
Constructors
CurrentProgressChangedEventHandler(Object, IntPtr)
Declaration
public CurrentProgressChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CurrentProgressChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CurrentProgressChangedEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, CurrentProgressChangedEventArgs)
Declaration
public virtual void Invoke(object sender, CurrentProgressChangedEventArgs args)
Parameters