Delegate
PropertyChangingEventHandlerEx

Represents the method that will handle the Telerik.WinControls.Interfaces.INotifyPropertyChanging.PropertyChanging event of an Telerik.WinControls.Interfaces.INotifyPropertyChanging interface.

Definition

Namespace:Telerik.WinControls.Interfaces

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate void PropertyChangingEventHandlerEx(object sender, PropertyChangingEventArgsEx e)

Constructors

PropertyChangingEventHandlerEx(object, IntPtr)

Declaration

cs-api-definition
public PropertyChangingEventHandlerEx(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, PropertyChangingEventArgsEx, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

PropertyChangingEventArgsEx

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, PropertyChangingEventArgsEx)

Declaration

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

Parameters

sender

object

e

PropertyChangingEventArgsEx