Event PositionChanging | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised when the Position is changing. Set Cancel totrue to prevent the position from being changed.

public event EventHandler<CancelEventArgs<int>>? PositionChanging

Returns

EventHandler<CancelEventArgs<int>>

Raised when the is changing. Set to true to prevent the position from being changed.

Edit this page