PropertyChangedCallback
Delegate
Represents the method that will be a property changed callback.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void PropertyChangedCallback(RadObject d, RadPropertyChangedEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(RadObject d, RadPropertyChangedEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(RadObject d, RadPropertyChangedEventArgs e)