Table of Contents

Method RaiseComponentInserted

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseComponentInserted(int, DisposableObject)

Raises an event or performs an action to indicate that a component has been inserted at the specified index.

public virtual void RaiseComponentInserted(int index, DisposableObject childElement)

Parameters

index int

The zero-based index at which the component was inserted.

childElement DisposableObject

The component that was inserted. Cannot be null.

Remarks

This method is typically called to notify listeners or perform additional processing when a component is added. Derived classes can override this method to provide custom behavior.