AnimationCycleCompletedHandler Delegate

Delegate handler used by AnimationCycleCompleted event.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public delegate void AnimationCycleCompletedHandler(
	Object sender,
	AnimationCycleArgs e
)

Parameters

sender  Object
The source of the event.
e  AnimationCycleArgs
A AnimationCycleArgs that contains the event data.

See Also