Scheduler for WinRT
BeginEdit Method (BasePersistableObject)


Brings the object in edit mode.
Syntax
'Declaration
 
Public Overridable Sub BeginEdit() 
'Usage
 
Dim instance As BasePersistableObject
 
instance.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BasePersistableObject Class
BasePersistableObject Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.