DelegateRadPropertyChangedEventHandler
Delegate
Represents the method that will handle the RadPropertyChanged event.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public delegate void RadPropertyChangedEventHandler(object sender, RadPropertyChangedEventArgs e)
Constructors
Methods
BeginInvoke(object, RadPropertyChangedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, RadPropertyChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, RadPropertyChangedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, RadPropertyChangedEventArgs e)
Parameters
sender
e