Event raised when the [P:StrokeDashArray] property has changed.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<PropertyChangedEventArgs<DoubleCollection>> StrokeDashArrayChanged
Visual Basic
Public Event StrokeDashArrayChanged As EventHandler(Of PropertyChangedEventArgs(Of DoubleCollection))

See Also