DWMSNamedValuesEvents Object (C#)

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.set_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 (C#)

IWMSNamedValues Object (C#)

Concepts

Custom Plug-in Objects (C#)