public PropertyDescriptorChangedEventArgs(BoundPropertyDescriptor newDescriptor)
 {
     NewDescriptor = newDescriptor;
 }