Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

OldItems Property








Gets the list of old items involved in the change.
Syntax
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
 get_OldItems(); 
public:
property IList<Object^>^ OldItems {
   IList<Object^>^ get();
}

Property Value

A list of old items involved in the change.
Requirements

Target Platforms

See Also

Reference

NotifyLeadCollectionChangedEventArgs Class
NotifyLeadCollectionChangedEventArgs Members

Error processing SSI file