New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
public delegate void PropertyChangingEventHandlerEx(object sender, PropertyChangingEventArgsEx e)

Constructors

C#
public PropertyChangingEventHandlerEx(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgsEx e, AsyncCallback callback, object @object)
Parameters:senderobjectePropertyChangingEventArgsExcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, PropertyChangingEventArgsEx e)
Parameters:senderobjectePropertyChangingEventArgsEx