Delegate AutoHideWindowDisplayingEventHandler
Defines a method signature to handle AutoHideWindowDisplaying event.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public delegate void AutoHideWindowDisplayingEventHandler(object sender, AutoHideWindowDisplayingEventArgs e);
Parameters
System.Object
sender
|
AutoHideWindowDisplayingEventArgs
e
|
Constructors
AutoHideWindowDisplayingEventHandler(Object, IntPtr)
Declaration
public AutoHideWindowDisplayingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, AutoHideWindowDisplayingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AutoHideWindowDisplayingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
AutoHideWindowDisplayingEventArgs
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, AutoHideWindowDisplayingEventArgs)
Declaration
public virtual void Invoke(object sender, AutoHideWindowDisplayingEventArgs e)
Parameters
System.Object
sender
|
AutoHideWindowDisplayingEventArgs
e
|