DelegatePropertyChangingEventHandlerEx
Delegate
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
Methods
BeginInvoke(object, PropertyChangingEventArgsEx, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgsEx e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, PropertyChangingEventArgsEx)
Declaration
cs-api-definition
public virtual void Invoke(object sender, PropertyChangingEventArgsEx e)
Parameters
sender
e