AspNetEdit.Editor.ComponentModel.DesignContainer.OnComponentAdding C# (CSharp) Method

OnComponentAdding() protected method

protected OnComponentAdding ( IComponent component ) : void
component IComponent
return void
        protected void OnComponentAdding(IComponent component)
        {
            if (ComponentAdding != null)
                ComponentAdding (this, new ComponentEventArgs(component));
        }