Delegate FloatingWindowEventHandler
Defines a method signature to handle FloatingWindowCreated event.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public delegate void FloatingWindowEventHandler(object sender, FloatingWindowEventArgs e);
Parameters
System.Object
sender
|
FloatingWindowEventArgs
e
|
Constructors
FloatingWindowEventHandler(Object, IntPtr)
Declaration
public FloatingWindowEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, FloatingWindowEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, FloatingWindowEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
FloatingWindowEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, FloatingWindowEventArgs)
Declaration
public virtual void Invoke(object sender, FloatingWindowEventArgs e)
Parameters
System.Object
sender
|
FloatingWindowEventArgs
e
|