Version

HandleableObjectGenerationEventArgs Class Members

The following tables list the members exposed by HandleableObjectGenerationEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCollectionTypeGets the System.Type which is contained in the underlying collection.  
Public PropertyHandledGets / sets if the event is to be considered handled. (Inherited from Infragistics.HandleableEventArgs)
Public PropertyNewObjectGets / sets the instance of the object that will be used by the DataManager rather then attempting to create a new instance of the object using the default constructor.  
Public PropertyObjectTypeGets the System.Type of object that the DataManager is handling.  
See Also