Class AnimationCompleteEventArgs
Specifies the event arguments for animation complete event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnimationCompleteEventArgs : MapsBaseEventArgs
Constructors
AnimationCompleteEventArgs()
Declaration
public AnimationCompleteEventArgs()
Properties
Element
Gets or sets the type of animation element in event argument.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM | The DOM element associated with the animation element. |