MonoGameUi.Control.OnInsertControl C# (CSharp) Method

OnInsertControl() protected method

Ein neues Control wurde in die Children-Liste eingefügt.
protected OnInsertControl ( CollectionEventArgs args ) : void
args CollectionEventArgs
return void
        protected virtual void OnInsertControl(CollectionEventArgs args)
        {
        }