[]
Wrapper class for the C1.WPF.Core.PropertyChangedEventArgs`1 class for case when T is Nullable<T>.
public class NullablePropertyChangedEventArgs<T> : PropertyChangedEventArgs<T?> where T : struct
| Name | Description |
|---|---|
| T | structure |
This class is required for design-time, as VS 2010 can't work with nested generic attributes directly when adding event handlers in xaml.
| Name | Description |
|---|---|
| NullablePropertyChangedEventArgs() |