Scheduler for WinRT
OnListChanged Method (BaseStorage<T,TMappingCollection>)


A System.ComponentModel.ListChangedEventArgs object that contains the event data.
Translates changes in the internal list to the Objects collection.
Syntax
'Declaration
 
Protected Overrides Sub OnListChanged( _
   ByVal e As ListChangedEventArgs _
) 
'Usage
 
Dim instance As BaseStorage(Of T,TMappingCollection)
Dim e As ListChangedEventArgs
 
instance.OnListChanged(e)
protected override void OnListChanged( 
   ListChangedEventArgs e
)

Parameters

e
A System.ComponentModel.ListChangedEventArgs object that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseStorage<T,TMappingCollection> Class
BaseStorage<T,TMappingCollection> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.