DoNothingBehavior
open class DoNothingBehavior : BehaviorBase
Instances of the class ignore users’ actions but raise the appropriate events. Inherits BehaviorBase.
-
Initializes a new instance of the DoNothingBehavior class associated with the DiagramView provided as a parameter.
Declaration
Swift
public override init(diagramView: DiagramView)
Parameters
diagramView
The DiagramView to use with this behavior.
Return Value
A new instance of the DoNothingBehavior class.