Click or drag to resize
IDetailedNotifyElementChangedTChangeType, TElement Interface
Interface for raising a detailed event containing the change notification about what has changed in the element. CommandifiedList picks up these events and bubbles upwards this event to subscribers.

Namespace:  SD.Tools.Algorithmia.GeneralInterfaces
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public interface IDetailedNotifyElementChanged<TChangeType, TElement>

Type Parameters

TChangeType
TElement

The IDetailedNotifyElementChangedTChangeType, TElement type exposes the following members.

Events
  NameDescription
Public eventDetailedElementChanged
Raised when the implementing object's data changed. What has changed is enclosed in the event arguments. Similar event as INotifyElementChanged.ElementChanged however this variant has detailed information about which change took place.
Top
See Also