Share via


Visual Basic Reference

DataMemberChanged Method

See Also    Example    Applies To

Notifies data consumers that a data member of a data source has changed.

Syntax

Object.DataMemberChanged DataMember

The DataMemberChanged method has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
DataMember A string specifying a member of the DataMembers collection of a data source object

Remarks

The DataMemberChanged method is only available when an object's DataSourceBehavior property is set to vbDataSource.