Version

DataObjectCreationEventArgs Class Members

The following tables list the members exposed by DataObjectCreationEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyCollectionTypeGets the System.Type which is contained in the underlying collection.  
Public PropertyColumnLayoutGets the ColumnLayout which the object would be created under.  
Public PropertyNewObjectGets / sets an object of the ObjectType which will be used as the newly created object.  
Public PropertyObjectTypeGets the System.Type of object that the DataManager expects to be created.  
Public PropertyParentRowGets the Row object which is the parent for this object.  
Public PropertyRowTypeCreatedGets the RowType of the row that the newly created object will be associated with.  
See Also