The EditableTextBlock type exposes the following members.

Methods

  NameDescription
OnKeyDown
Called by the framework when the user presses a key.
(Overrides TextBoxBase..::.OnKeyDown(KeyEventArgs).)
OnLostFocus
Called by the framework when the control loses focus.
(Overrides TextBoxBase..::.OnLostFocus(RoutedEventArgs).)
OnMouseLeftButtonUp
Called by the framework when the user releases the left mouse button.
(Overrides UIElement..::.OnMouseLeftButtonUp(MouseButtonEventArgs).)

See Also