Mono.Terminal.Widget.DoSizeChanged C# (CSharp) Method

DoSizeChanged() public method

Method to relayout on size changes.

This method can be overwritten by widgets that might be interested in adjusting their contents or children (if they are containers).

public DoSizeChanged ( ) : void
return void
        public virtual void DoSizeChanged()
        {
        }