COleControl::BoundPropertyChanged

绑定属性值更改的信号。

void BoundPropertyChanged( 
   DISPID dispid  
);

参数

  • dispid
    控件的绑定属性的调度ID。

备注

必须调用方法,属性的值更改时,即使,该更改未通过属性进行设置的方法。 请注意映射到成员变量的特别绑定属性。 在这种成员变量更改后,必须调用 BoundPropertyChanged

要求

Header: afxctl.h

请参见

参考

COleControl Class

层次结构图

COleControl::BoundPropertyRequestEdit