Table of Contents

Class RemoveIndentAtBackspaceBehavior

Namespace
Loehnert.Lisrt.Scripting.Editor.Controls
Assembly
Loehnert.Lisrt.Scripting.dll

Represents a behavior to remove an indent when the user presses the backspace key.

public class RemoveIndentAtBackspaceBehavior : Behavior<CodeEditor>, IAnimatable, IAttachedObject
Inheritance
Behavior
Behavior<CodeEditor>
RemoveIndentAtBackspaceBehavior
Implements
IAttachedObject
Inherited Members
Behavior<CodeEditor>.AssociatedObject
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType

Methods

OnAttached()

Attaches the PreviewKeyDown event.

protected override void OnAttached()

OnDetaching()

Detaches the PreviewKeyDown event.

protected override void OnDetaching()