Delegate InvalidateAreaEventHandler
Represents the method that will handle the Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateArea event of the StreamEditControl control.
Assembly: Syncfusion.Edit.Windows.dll
public delegate void InvalidateAreaEventHandler(StreamEditControl initiator, Rectangle areaToInvalidate);
Parameters
| Type |
Name |
Description |
| StreamEditControl |
initiator |
|
| System.Drawing.Rectangle |
areaToInvalidate |
|
Constructors
Declaration
public InvalidateAreaEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(StreamEditControl initiator, Rectangle areaToInvalidate, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| StreamEditControl |
initiator |
|
| System.Drawing.Rectangle |
areaToInvalidate |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(StreamEditControl initiator, Rectangle areaToInvalidate)
Parameters
| Type |
Name |
Description |
| StreamEditControl |
initiator |
|
| System.Drawing.Rectangle |
areaToInvalidate |
|