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