SVGBuilderExtensions.OnCueChange

SVGBuilderExtensions.OnCueChange<TBuilder> method

Sets the ‘oncuechange’ event attribute for handling changes in the text track’s active cues.

public static TBuilder OnCueChange<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 the text track’s active cues change.

Return Value

The builder instance for chaining.

See Also