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, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.