Class RemoveIndentAtBackspaceBehavior
Represents a behavior to remove an indent when the user presses the backspace key.
public class RemoveIndentAtBackspaceBehavior : Behavior<CodeEditor>, IAnimatable, IAttachedObject
- Inheritance
-
BehaviorBehavior<CodeEditor>RemoveIndentAtBackspaceBehavior
- Implements
-
IAttachedObject
- Inherited Members
-
Behavior<CodeEditor>.AssociatedObjectBehavior.CreateInstanceCore()Behavior.Detach()Behavior.AssociatedType
Methods
OnAttached()
Attaches the PreviewKeyDown event.
protected override void OnAttached()
OnDetaching()
Detaches the PreviewKeyDown event.
protected override void OnDetaching()