Skip to content

Crow.DebugLogger.DbgLayoutEvent

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow.DebugLogger

Inheritance Hierarchy

  • DbgLayoutEvent

Syntax

public class DbgLayoutEvent : DbgWidgetEvent

Constructors

prototype description
DbgLayoutEvent () __
DbgLayoutEvent (long timeStamp, DbgEvtType evt, int widgetInstanceIndex, LayoutingType layouting, LayoutingQueueItem.Result result, Rectangle oldSlot, Rectangle newSlot) __

Properties

name description
Color __
IsLayoutEvent __

Methods

prototype description
string Print() __
void SetLQI(LayoutingType layouting, LayoutingQueueItem.Result result, Rectangle oldSlot, Rectangle newSlot) __
string ToString() __

Events

name description
Clone this wiki locally