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.

  • IWMSNamedValue.Value

  • IWMSNamedValues.Add

  • IWMSNamedValues.Remove

  • IWMSNamedValues.Item

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

Reference

IWMSNamedValue Object (Visual Basic .NET)

IWMSNamedValues Object (Visual Basic .NET)

Concepts

Custom Plug-in Objects (Visual Basic .NET)