ObjectCreatingEventArgs Properties
Arguments passed to the NewObjectViewController.ObjectCreating event.| Name | Description |
|---|---|
| Cancel | Specifies whether or not an object creation should be canceled. |
| DisposeObjectSpaceOnCancel | Specified whether or not an Object Space should be disposed on canceling a new object creation. |
| NewObject | Specifies a newly created object. |
| ObjectSpace | Specifies an Object Space used to create a new object. |
| ObjectType | Specifies a type of an object to be created. |
| ShowDetailView | Specifies whether or not a newly created object should be shown in a Detail View. |
See Also