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

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

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

Methods

C#
public virtual IAsyncResult BeginInvoke(RadObject d, RadPropertyChangedEventArgs e, AsyncCallback callback, object @object)
Parameters:dRadObjecteRadPropertyChangedEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(RadObject d, RadPropertyChangedEventArgs e)
Parameters:dRadObjecteRadPropertyChangedEventArgs