Click or drag to resize

MessageRemovedEventHandler Delegate

Represents the method that will handle the OnMessageRemoved event raised when an existing message has been removed from the message list. For more information please see OnMessageRemoved(IMessage).

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public delegate void MessageRemovedEventHandler(
	IMessage message
)

Parameters

message
Type: EMInvent.InventSim.COMServerIMessage
Reference to the removed message.
See Also