Class QueueDestroyEvent

Queue destroy event.

class QueueDestroyEvent
  : RunnableEvent;

This event allows delayed widget destruction and is used internally by Window.queueWidgetDestroy().

Constructors

NameDescription
this (widgetToDestroy)

Fields

NameTypeDescription
_action void delegate()
_destinationWidget Widget
_id int
_intParam int
_objectParam Object
_uniqueId uint
_uniqueIdGenerator uint

Properties

NameTypeDescription
destinationWidget[get] Widget
id[get] int
intParam[set] CustomEvent
intParam[get] int
objectParam[get] Object
objectParam[set] CustomEvent
uniqueId[get] uint

Methods

NameDescription
run ()