Class PropertyPersistingEventHandler
Raised before a property is persisted.
Inheritance
System.Object
PropertyPersistingEventHandler
Namespace: Telerik.Windows.Persistence.Events
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public sealed class PropertyPersistingEventHandler : MulticastDelegate
Constructors
PropertyPersistingEventHandler(Object, IntPtr)
Declaration
public PropertyPersistingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PersistingPropertyEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PersistingPropertyEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PersistingPropertyEventArgs
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, PersistingPropertyEventArgs)
Declaration
public virtual void Invoke(object sender, PersistingPropertyEventArgs e)
Parameters
System.Object
sender
|
PersistingPropertyEventArgs
e
|