Delegate ChangingStreamEventHandler
Assembly: Syncfusion.Edit.Windows.dll
public delegate void ChangingStreamEventHandler(ref bool processed);
Parameters
Type |
Name |
Description |
System.Boolean |
processed |
|
Constructors
Declaration
public ChangingStreamEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(ref bool processed, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Boolean |
processed |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(ref bool processed, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Boolean |
processed |
|
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(ref bool processed)
Parameters
Type |
Name |
Description |
System.Boolean |
processed |
|