Skip to main content
A newer version of this page is available. .

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.Dictonary object representing the collection of target types and their corresponding IModelNode nodes.
See Also