Table of Contents

Method OnBorderStyleChanging

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnBorderStyleChanging(CancelEventArgs<LineStyle>)

Called when the BorderStyle is changing.

protected virtual bool OnBorderStyleChanging(CancelEventArgs<LineStyle> e)

Parameters

e CancelEventArgs<LineStyle>

Returns

bool

Remarks

Set e.Cancel to true to prevent the BorderStyle from changing.