Table of Contents

Class SKLottieAnimationFailedEventArgs

Namespace
SkiaSharp.Extended.UI.Controls
Assembly
SkiaSharp.Extended.UI.dll

Event arguments for when a Lottie animation fails to load.

public class SKLottieAnimationFailedEventArgs : EventArgs
Inheritance
SKLottieAnimationFailedEventArgs
Inherited Members

Constructors

SKLottieAnimationFailedEventArgs()

Initializes a new instance of the SKLottieAnimationFailedEventArgs class.

SKLottieAnimationFailedEventArgs(Exception?)

Initializes a new instance of the SKLottieAnimationFailedEventArgs class with the specified exception.

Properties

Exception

Gets the exception that caused the failure, or null.