DelegatePropertyChangedCallback
Delegate
Represents the method that will be a property changed callback.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public delegate void PropertyChangedCallback(RadObject d, RadPropertyChangedEventArgs e)
Constructors
Methods
BeginInvoke(RadObject, RadPropertyChangedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(RadObject d, RadPropertyChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
d
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(RadObject, RadPropertyChangedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(RadObject d, RadPropertyChangedEventArgs e)
Parameters
d
e