EditingScope.CanComplete Method

Definition

Determines whether the current editing scope instance can complete.

protected:
 override bool CanComplete();
protected override bool CanComplete ();
override this.CanComplete : unit -> bool
Protected Overrides Function CanComplete () As Boolean

Returns

true if the editing scope can complete; otherwise, false.

Applies to