BCGControlBar Library for .NET
OnUpdateValue Method (PropertyListItem)




This function is called by the framework to notify a property object that its value has been updated in in-place edit control.
Syntax
'Declaration
 
Public Overridable Function OnUpdateValue() As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim value As Boolean
 
value = instance.OnUpdateValue()
public virtual bool OnUpdateValue()
public: virtual bool OnUpdateValue(); 
public:
virtual bool OnUpdateValue(); 
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

PropertyListItem Class
PropertyListItem Members

Send Feedback