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