LayoutDeletedEvent

class HPS.LayoutDeletedEvent : public HPS.Event

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this LayoutDeletedEvent.

Return

A copy of this LayoutDeletedEvent.

override void Dispose ()
LayoutDeletedEvent ()

The default constructor creates an empty LayoutDeletedEvent object.

LayoutDeletedEvent (HPS.Event in_event)

This constructor converts an Event Object to a LayoutDeletedEvent object.

Param in_event

The Event Object to be converted.

LayoutDeletedEvent (HPS.Layout in_layout)
LayoutDeletedEvent (HPS.LayoutDeletedEvent in_that)

Properties

HPS.Layout layout { get; set; }