Delegate PropertyChangedCallback
Represents the method that will be a property changed callback.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public delegate void PropertyChangedCallback(RadObject d, RadPropertyChangedEventArgs e);
Parameters
Rad
|
Rad Initializes the property change arguments. |
Constructors
PropertyChangedCallback(Object, IntPtr)
Declaration
public PropertyChangedCallback(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(RadObject, RadPropertyChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadObject d, RadPropertyChangedEventArgs e, AsyncCallback callback, object object)
Parameters
Rad
|
Rad
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(RadObject, RadPropertyChangedEventArgs)
Declaration
public virtual void Invoke(RadObject d, RadPropertyChangedEventArgs e)