Leadtools Namespace > NotifyLeadCollectionChangedEventArgs Class : OldItems Property |
public IList<object> OldItems {get;}
'Declaration Public ReadOnly Property OldItems As IList(Of Object)
'Usage Dim instance As NotifyLeadCollectionChangedEventArgs Dim value As IList(Of Object) value = instance.OldItems
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <object> OldItems {get;}
get_OldItems();
public: property IList<Object^>^ OldItems { IList<Object^>^ get(); }