Version

OnPropertyChange(String,Object) Method

Called in response to a change in the value of a property in ViewState based on an identifier specified in this or a derived class.
Syntax
'Declaration
 
Protected Overloads Overridable Sub OnPropertyChange( _
   ByVal id As String, _
   ByVal newValue As Object _
) 
protected virtual void OnPropertyChange( 
   string id,
   object newValue
)

Parameters

id
The identifier of the property being set as a string.
newValue
The new value of the property.
Remarks

For comparison purposes, the sub-object continues to possess the old value until after the change notifications have completed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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