Share via


DWMSNamedValuesEvents Object (Visual Basic .NET)

banner art

Previous Next

DWMSNamedValuesEvents Object (Visual Basic .NET)

The DWMSNamedValuesEvents object enables you to implement an event handler to respond to 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 handler in the same process as your plug-in.

The DWMSNamedValues object exposes the following event.

Event Description
OnValueChanged Specifies an event handler for event notices raised by the server when a property on your plug-in is added, removed, or modified.

See Also

Previous Next