CustomShowClonedObjectEventArgs Properties
Arguments passed to the CloneObjectViewController.CustomShowClonedObject event.| Name | Description |
|---|---|
| ClonedObject | Gets the target cloned object. |
| Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
| ShowViewParameters | Gets a set of parameters used to display a cloned object’s Detail View. |
| SourceObject | Gets the source cloned object. |
| TargetObjectSpace | Specifies the Object Space of the target cloned object. |
See Also