Symphony Framework
CollectionDataLoadEventArgs Class
Members 
Symphony.Conductor.Content Namespace : CollectionDataLoadEventArgs Class
The CollectionDataLoadEventArgs communicates the load requirements of the CollectionData<T>.CollectionLoad event.
Object Model
CollectionDataLoadEventArgs ClassDataObjectBase Class
Syntax
public class CollectionDataLoadEventArgs 
Remarks
When loading a CollectionData<T> the background worker thread will raise the CollectionData<T>.CollectionLoad event to request the item to load. It pases an instance of this class to allow the event handler to return the required Symphony Data Object data. A null DataItem returned will terminate the loading of the collection. The event handler can also set the Complete to true to indicate the collection load is complete.
Inheritance Hierarchy

System.Object
   Symphony.Conductor.Content.CollectionDataLoadEventArgs

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

CollectionDataLoadEventArgs Members
Symphony.Conductor.Content Namespace