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

OnComponentRemoving() protected method

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