DelegateControlTreeChangedEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void ControlTreeChangedEventHandler(object sender, ControlTreeChangedEventArgs args)
Constructors
Methods
BeginInvoke(object, ControlTreeChangedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, ControlTreeChangedEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
args
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, ControlTreeChangedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, ControlTreeChangedEventArgs args)
Parameters
sender
args