DWMSNamedValuesEvents Interface

banner art

Previous Next

DWMSNamedValuesEvents Interface

The DWMSNamedValuesEvents interface enables you to implement an event sink to handle event notices raised by the server when your plug-in adds, modifies, or removes a plug-in property. The server raises an event when any of the following methods are called. You must implement the event sink in your plug-in.

In addition to the methods inherited from IDispatch, the DWMSNamedValues interface exposes the following method.

Method Description
OnValueChanged Handles event notices raised by the server when a property on your plug-in is added, removed, or modified.

See Also

Previous Next