SVGBuilderExtensions.OnStalled

SVGBuilderExtensions.OnStalled<TBuilder> method

Sets the ‘onstalled’ event attribute for handling events when media data transfer is unexpectedly halted.

public static TBuilder OnStalled<TBuilder>(this TBuilder builder, string value)
    where TBuilder : ISVGElementBuilder, IGlobalEventAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
valueThe JavaScript function or script to execute when media data transfer stalls.

Return Value

The builder instance for chaining.

See Also