CFirePropNotifyEvent Class
This class provides methods for notifying the container's sink regarding control property changes.
Important
This class and its members cannot be used in applications that execute in the Windows Runtime.
class CFirePropNotifyEvent
Members
Public Methods
Name |
Description |
---|---|
(Static) Notifies the container's sink that a control property has changed. |
|
(Static) Notifies the container's sink that a control property is about to change. |
Remarks
CFirePropNotifyEvent has two methods that notify the container's sink that a control property has changed or is about to change.
If the class implementing your control is derived from IPropertyNotifySink, the CFirePropNotifyEvent methods are invoked when you call FireOnRequestEdit or FireOnChanged. If your control class is not derived from IPropertyNotifySink, calls to these functions return S_OK.
For more information about creating controls, see the ATL Tutorial.
Requirements
Header: atlctl.h