C1.WPF Namespace > C1TreeViewLine Class : StrokeDashArrayChanged Event |
'Declaration
Public Event StrokeDashArrayChanged As EventHandler(Of PropertyChangedEventArgs(Of DoubleCollection))
'Usage
Dim instance As C1TreeViewLine Dim handler As EventHandler(Of PropertyChangedEventArgs(Of DoubleCollection)) AddHandler instance.StrokeDashArrayChanged, handler
public event EventHandler<PropertyChangedEventArgs<DoubleCollection>> StrokeDashArrayChanged
public: event EventHandler<PropertyChangedEventArgs<DoubleCollection^>^>^ StrokeDashArrayChanged
The event handler receives an argument of type PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
NewValue | The value of the property after the change. |
OldValue | The value of the property before the change. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2