SVGBuilderExtensions.OnDragEnd

SVGBuilderExtensions.OnDragEnd<TBuilder> method

Sets the ‘ondragend’ event attribute for handling the end of a drag operation.

public static TBuilder OnDragEnd<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 a drag operation ends.

Return Value

The builder instance for chaining.

See Also