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
RadObject
d
|
RadPropertyChangedEventArgs
e
Initializes the property change arguments. |
Constructors
PropertyChangedCallback(Object, IntPtr)
Declaration
public PropertyChangedCallback(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(RadObject, RadPropertyChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(RadObject d, RadPropertyChangedEventArgs e, AsyncCallback callback, object object)
Parameters
RadObject
d
|
RadPropertyChangedEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(RadObject, RadPropertyChangedEventArgs)
Declaration
public virtual void Invoke(RadObject d, RadPropertyChangedEventArgs e)
Parameters
RadObject
d
|
RadPropertyChangedEventArgs
e
|