Sets a value indicating whether the event has been handled.
Namespace: MindFusion.Diagramming
Package: EventArgs.js
JavaScript Copy Code |
---|
function setHandled (value) |
true to indicate that the event has been handled, or false otherwise.
Setting this flag prevents propagation of the event to parent items in an hierarchy, e.g. for container-related events such as containerChildAdding.