| C1.Xaml.Extended Assembly > C1.Xaml.Extended Namespace > C1CheckeredBorder Class : SquareWidthChanged Event |
'Declaration Public Event SquareWidthChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Double))
public event System.EventHandler<PropertyChangedEventArgs<double>> SquareWidthChanged
The event handler receives an argument of type C1.Xaml.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.
| Property | Description |
|---|---|
| NewValue | |
| OldValue |