SVGBuilderExtensions.OnSeeking

SVGBuilderExtensions.OnSeeking<TBuilder> method

Sets the ‘onseeking’ event attribute for handling events when a seek operation on media is started.

public static TBuilder OnSeeking<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 seek operation is started.

Return Value

The builder instance for chaining.

See Also