FilterRepeater.OnFilterItemCreated(RepeaterItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called for every item and alternating item template that is being instantiated by this FilterRepeater control during data binding.
protected:
virtual void OnFilterItemCreated(System::Web::UI::WebControls::RepeaterItem ^ item);
protected virtual void OnFilterItemCreated (System.Web.UI.WebControls.RepeaterItem item);
abstract member OnFilterItemCreated : System.Web.UI.WebControls.RepeaterItem -> unit
override this.OnFilterItemCreated : System.Web.UI.WebControls.RepeaterItem -> unit
Protected Overridable Sub OnFilterItemCreated (item As RepeaterItem)
Parameters
- item
- RepeaterItem
The contents of the item template.
Remarks
You can override this method to customize the contents of the item template while the items are being created. Data is available for each item when this method is called.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.