Table of Contents

Class DisplayRemovedMessage

Namespace
SimulationFramework.Messaging
Assembly
SimulationFramework.dll

Dispatched when a display is removed by the system.

public class DisplayRemovedMessage : DisplayMessage
Inheritance
DisplayRemovedMessage
Inherited Members

Constructors

DisplayRemovedMessage(IDisplay)

Creates a instance of the DisplayRemovedMessage class.

public DisplayRemovedMessage(IDisplay display)

Parameters

display IDisplay

The display that was removed.