Share via


IBraceCompletionSession.PreDelete(Boolean) Method

Definition

Called by the editor when delete is pressed within the session.

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

Parameters

handledCommand
Boolean

Set to true to prevent the deletion.

Applies to