DataGridCell.OnIsEditingChanged(Boolean) Method

Definition

Called when the IsEditing property changes.

protected:
 virtual void OnIsEditingChanged(bool isEditing);
protected virtual void OnIsEditingChanged (bool isEditing);
abstract member OnIsEditingChanged : bool -> unit
override this.OnIsEditingChanged : bool -> unit
Protected Overridable Sub OnIsEditingChanged (isEditing As Boolean)

Parameters

isEditing
Boolean

The new value of the IsEditing property.

Remarks

This method changes the visual state of the cell between the Editing and Display states.

Applies to