BaseDataBoundControl.OnDataPropertyChanged Method
Assembly: System.Web (in system.web.dll)
The OnDataPropertyChanged method is called when the DataSource, DataSourceID, or DataMember property value changes any time after the page's PreRender event has occurred.
The following code example shows a property that belongs to a derived data-bound control class. The example demonstrates how a data-bound control can call the OnDataPropertyChanged method if a property that identifies a data source is changed after the data-bound control is initialized. This code example is part of a larger example provided for the DataBoundControl class.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.