Share via


IBraceCompletionSession.PreBackspace(Boolean) Method

Definition

Called by the editor before the character has been removed.

public:
 void PreBackspace([Runtime::InteropServices::Out] bool % handledCommand);
public void PreBackspace (out bool handledCommand);
abstract member PreBackspace : bool -> unit
Public Sub PreBackspace (ByRef handledCommand As Boolean)

Parameters

handledCommand
Boolean

Set to true to prevent the backspace action from completing.

Applies to