Event GlobalOnLayout
Occurs when the the control should reposition its child controls.
public static event EventHandler<DefaultLayoutEventArgs>? GlobalOnLayout
Returns
- EventHandler<DefaultLayoutEventArgs>
- Occurs when the the control should reposition its child controls.
Remarks
If default layout is not needed, set Handled
property to true
.