 | EventedListTListChangedEventArgsTOldItem Property |
Gets the item's previous value.
Namespace:
System.Collections.Generic
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxpublic T OldItem { get; }
Public ReadOnly Property OldItem As T
Get
public:
property T OldItem {
T get ();
}
Request Example
View SourceProperty Value
Type:
TThe old item.
See Also