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