Share via


LayoutEvent Class

Methods | Fields | This Package | All Packages

Provides data for the layout event of the Control object.

Event
  |
  +--LayoutEvent

package com.ms.wfc.ui

public final class LayoutEvent
extends
Event****

Remarks

The layout event occurs when a control has to lay out its child controls. Actions that make it necessary for a control to lay out its child controls include resizing, showing or hiding child controls, and adding or removing child controls. A LayoutEvent object specifies the child control that has been shown, hidden, added, or removed since the last layout operation and has made a new layout operation necessary.

For information about the WFC event model, see .