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