DelegatePropertyRestoringEventHandler
Delegate
Raised before a property is restored.
Definition
Namespace:Telerik.Windows.Persistence.Events
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
cs-api-definition
public delegate void PropertyRestoringEventHandler(object sender, RestoringPropertyEventArgs e)
Constructors
Methods
BeginInvoke(object, RestoringPropertyEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RestoringPropertyEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, RestoringPropertyEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, RestoringPropertyEventArgs e)
Parameters
sender
e