PropertyChangingEventHandlerEx
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:
C#
public delegate void PropertyChangingEventHandlerEx(object sender, PropertyChangingEventArgsEx e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgsEx e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, PropertyChangingEventArgsEx e)