CommandifiedMemberTValue, TChangeTypeErrorReset Event |
Event which is raised explicitly to signal subscribers that the error has been reset. This event is only raised if there's a necessity for it:
If there's an error set and this object was set to the same value, resetting the error, subscribers don't know the error has been reset as the
member value itself won't be changed. This event will notify them that the error has been reset and they should raise a Propertychanged event to
notify UI elements that they can clear ErrorInfo providers.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax public event EventHandler ErrorReset
Public Event ErrorReset As EventHandler
Value
Type:
SystemEventHandlerSee Also