Delegate AutoHideAnimationEventHandler
Handles the AutoHideAnimationStart and AutoHideAnimationStop events.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public delegate void AutoHideAnimationEventHandler(object sender, AutoHideAnimationEventArgs arg);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The source of the event. |
AutoHideAnimationEventArgs | arg | An AutoHideAnimationEventArgs value that contains the event data. |
Constructors
AutoHideAnimationEventHandler(Object, IntPtr)
Declaration
public AutoHideAnimationEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(Object, AutoHideAnimationEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AutoHideAnimationEventArgs arg, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
AutoHideAnimationEventArgs | arg | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(Object, AutoHideAnimationEventArgs)
Declaration
public virtual void Invoke(object sender, AutoHideAnimationEventArgs arg)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
AutoHideAnimationEventArgs | arg |