SadConsole.Cell.OnCreated C# (CSharp) Method

OnCreated() public method

This should be called by anything creating and configuring a cell on the console. Configure the cell (foreground, background, index etc) and then call this.
public OnCreated ( ) : void
return void
        public virtual void OnCreated()
        {
        }