Delegate FlyoutClosedEventHandler
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void FlyoutClosedEventHandler(FlyoutClosedEventArgs e);
Parameters
FlyoutClosedEventArgs
e
|
Constructors
FlyoutClosedEventHandler(Object, IntPtr)
Declaration
public FlyoutClosedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(FlyoutClosedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(FlyoutClosedEventArgs e, AsyncCallback callback, object object)
Parameters
FlyoutClosedEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|