Delegate ProvidePersistenceIDEventHandler
Represents a method that lets you specify a unique ID usually distinguishing different
instances of a control type.
Assembly: Syncfusion.Shared.Base.dll
public delegate void ProvidePersistenceIDEventHandler(object sender, ProvidePersistenceIDEventArgs e);
Parameters
Constructors
Declaration
public ProvidePersistenceIDEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ProvidePersistenceIDEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, ProvidePersistenceIDEventArgs e)
Parameters