ChangeTrackingPropertyBag..::..Set Method
Overload List
Name | Description | |
---|---|---|
![]() |
Set(Nullable<(Of <<'(Object>)>>), PropertySetModes, String, Nullable<(Of <<'(Object>)>>)%) |
Implementors need to override this to save the indicated value.
|
![]() |
Set(Nullable<(Of <<'(Object>)>>), PropertySetModes, String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
![]() |
Set(Nullable<(Of <<'(Object>)>>), String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
![]() |
Set<(Of <<'(T>)>>)(T, ValueChanged<(Of <<'(T>)>>), String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
![]() |
Set<(Of <<'(T>)>>)(T, PropertyChangedEventHandler, String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
![]() |
Set<(Of <<'(T>)>>)(T, NotifyCollectionChangedEventHandler, String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |