Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BasePersistableObject Class / BeginEdit Method

In This Topic
    BeginEdit Method (BasePersistableObject)
    In This Topic
    Brings the object in edit mode.
    Syntax
    'Declaration
     
    Public Overridable Sub BeginEdit() 
    public virtual void BeginEdit()
    Remarks
    A corresponding item from a data source will not be updated on this object's property changes while the object is in edit mode. Data synchronization will be performed when the EndEdit method will be called.
    See Also