[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.NullablePropertyChangedEventArgs-1

NullablePropertyChangedEventArgs<T> Class

Wrapper class for the C1.WPF.PropertyChangedEventArgs`1 class for case when T is Nullable<T>.

Inheritance
NullablePropertyChangedEventArgs<T>
Namespace: C1.WPF.DateTimeEditors
Assembly: C1.WPF.DateTimeEditors.4.6.2.dll
Syntax
public class NullablePropertyChangedEventArgs<T> : PropertyChangedEventArgs<T?> where T : struct
Type Parameters
Name Description
T

structure

Remarks

This class is required for design-time, as VS 2010 can't work with nested generic attributes directly when adding event handlers in xaml.

Constructors

Name Description
NullablePropertyChangedEventArgs()