Delegate ParsePointDeletedEventHandler
Represents the method that will handle the ParsePoint Deleted event.
Assembly: Syncfusion.Edit.Windows.dll
public delegate void ParsePointDeletedEventHandler(ParsePoint point, long lNewOffset);
Parameters
Type |
Name |
Description |
Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint |
point |
|
System.Int64 |
lNewOffset |
|
Constructors
Declaration
public ParsePointDeletedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(ParsePoint point, long lNewOffset, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint |
point |
|
System.Int64 |
lNewOffset |
|
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(ParsePoint point, long lNewOffset)
Parameters
Type |
Name |
Description |
Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint |
point |
|
System.Int64 |
lNewOffset |
|