COleControl::BoundPropertyChanged

void BoundPropertyChanged( DISPID dispid );

Parameters

dispid

The dispatch ID of a bound property of the control.

Remarks

Call this function to signal that the bound property value has changed. This must be called every time the value of the property changes, even in cases where the change was not made through the property Set method. Be particularly aware of bound properties that are mapped to member variables. Any time such a member variable changes, BoundPropertyChanged must be called.

COleControl OverviewClass MembersHierarchy Chart

See Also   COleControl::BoundPropertyRequestEdit