Class PropertyRestoringEventHandler
Raised before a property is restored.
Inheritance
System.Object
PropertyRestoringEventHandler
Namespace: Telerik.Windows.Persistence.Events
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public sealed class PropertyRestoringEventHandler : MulticastDelegate
Constructors
PropertyRestoringEventHandler(Object, IntPtr)
Declaration
public PropertyRestoringEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, RestoringPropertyEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RestoringPropertyEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
RestoringPropertyEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, RestoringPropertyEventArgs)
Declaration
public virtual void Invoke(object sender, RestoringPropertyEventArgs e)
Parameters
System.Object
sender
|
RestoringPropertyEventArgs
e
|