IEditableObject

IEditableObject

System.ComponentModel (system.dll) interface

This interface should be implemented by classes that provide edit-rollback/commit semantics in data-binding scenarios (such as System.Data.DataRowView ).

BeginEdit() should initiate an editing session, CancelEdit() should perform a rollback, discarding any changes that have been made, and EndEdit( ) should commit any such changes.

 public interface  IEditableObject  {  // Public Instance Methods  public void  BeginEdit  ();    public void  CancelEdit  ();    public void  EndEdit  (); } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net