ItemsPresenterBase.

PanelCreated(IPanel) Method

Summary

Called when the Panel is created.

Syntax

protected virtual void PanelCreated(IPanel panel)

Parameters

Name Type Description
panel IPanel The panel.

Return Value

Type Description
void