CustomGetCloneActionTargetTypesEventArgs Properties
Arguments passed to the CloneObjectViewController.CustomGetCloneActionTargetTypes event.| Name | Description |
|---|---|
| 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. |
| SourceType | Gets the type of the source object to be cloned. |
| TargetTypes |
Gets the System.Collections.Generic.Dictionary object that is the collection of target types and their corresponding IModelNode nodes.
|
See Also