KeyedCommandifiedListT, TKeyValueOnElementPropertyChanged Method |
Called when the PropertyChanged event was raised by an element in this list.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax protected override void OnElementPropertyChanged(
Object sender,
PropertyChangedEventArgs e
)
Protected Overrides Sub OnElementPropertyChanged (
sender As Object,
e As PropertyChangedEventArgs
)
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: System.ComponentModelPropertyChangedEventArgs
The event arguments instance containing the event data.
See Also