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 ContentCreatedEventHandler(ContentCreatedEventArgs e)

Constructors

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

Methods

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

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(ContentCreatedEventArgs e)
Parameters:eContentCreatedEventArgs