IEditableObject.EndEdit Método

Definição

Envia por push as alterações desde a última chamada BeginEdit() ou AddNew() ao objeto subjacente.Pushes changes since the last BeginEdit() or AddNew() call into the underlying object.

public:
 void EndEdit();
public void EndEdit ();
abstract member EndEdit : unit -> unit
Public Sub EndEdit ()

Comentários

Normalmente, esse método é usado para capturar a EndEdit semântica de um DataRowView .This method is typically used to capture the EndEdit semantics of a DataRowView.

Esse método será ignorado se for chamado em um objeto que não está sendo editado.This method will be ignored if called on an object that is not being edited.

Aplica-se a