CustomShowClonedObjectEventArgs Properties
Arguments passed to the CloneObjectViewController.CustomShowClonedObject event.
Name | Description |
---|---|
Cloned |
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 Handled |
Show |
Gets a set of parameters used to display a cloned object’s Detail View. |
Source |
Gets the source cloned object. |
Target |
Specifies the Object Space of the target cloned object. |
See Also