Delegate PropertyChangingEventHandlerEx
Represents the method that will handle the Telerik.WinControls.Interfaces.INotifyPropertyChanging.PropertyChanging event of an Telerik.WinControls.Interfaces.INotifyPropertyChanging interface.
Namespace: Telerik.WinControls.Interfaces
Assembly: Telerik.WinControls.dll
Syntax
public delegate void PropertyChangingEventHandlerEx(object sender, PropertyChangingEventArgsEx e);
Parameters
System.Object
sender
The source of the event. |
PropertyChangingEventArgsEx
e
A System.ComponentModel.PropertyChangingEventArgs that contains the event data. |
Constructors
PropertyChangingEventHandlerEx(Object, IntPtr)
Declaration
public PropertyChangingEventHandlerEx(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PropertyChangingEventArgsEx, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgsEx e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
PropertyChangingEventArgsEx
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, PropertyChangingEventArgsEx)
Declaration
public virtual void Invoke(object sender, PropertyChangingEventArgsEx e)
Parameters
System.Object
sender
|
PropertyChangingEventArgsEx
e
|