Overload List

  NameDescription
CustomPropertyChangedEventArgs()()()
Initializes a new instance of the CustomPropertyChangedEventArgs class. Both the ModifyDirtyBit and the TakeSnapshot properties will be set to true;
CustomPropertyChangedEventArgs(Boolean, Boolean)
Initializes a new instance of the CustomPropertyChangedEventArgs class. The ModifyDirtyBit and TakeSnapshot properties will be set to be the given values.

See Also