COleControl::BoundPropertyChanged

Signals that the bound property value has changed.

void BoundPropertyChanged( 
   DISPID dispid  
);

Parameters

  • dispid
    The dispatch ID of a bound property of the control.

Remarks

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.

Requirements

Header: afxctl.h

See Also

Reference

COleControl Class

Hierarchy Chart

COleControl::BoundPropertyRequestEdit

Other Resources

COleControl Members