Called when the layout of the control needs to be updated.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override void OnLayout(
LayoutEventArgs e
)
Protected Overrides Sub OnLayout (
e As LayoutEventArgs
)
Parameters
- e
- Type: System.Windows.FormsLayoutEventArgs
A LayoutEventArgs containing information about this event.
See Also