Delegate
PropertyRestoringEventHandler

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

PropertyRestoringEventHandler(object, nint)

Declaration

cs-api-definition
public PropertyRestoringEventHandler(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(object, RestoringPropertyEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RestoringPropertyEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

RestoringPropertyEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, RestoringPropertyEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, RestoringPropertyEventArgs e)

Parameters

sender

object

e

RestoringPropertyEventArgs