AnimationCycleCompletedHandler Delegate
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public delegate void AnimationCycleCompletedHandler(
Object sender,
AnimationCycleArgs e
)
Public Delegate Sub AnimationCycleCompletedHandler (
sender As Object,
e As AnimationCycleArgs
)
Parameters
- sender Object
- The source of the event.
- e AnimationCycleArgs
- A AnimationCycleArgs that contains the event data.