New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void FlyoutClosedEventHandler(FlyoutClosedEventArgs e)

Constructors

C#
public FlyoutClosedEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(FlyoutClosedEventArgs e, AsyncCallback callback, object @object)
Parameters:eFlyoutClosedEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(FlyoutClosedEventArgs e)
Parameters:eFlyoutClosedEventArgs