Container part for list section. More...
Public Member Functions | |
ListSection () | |
Constructor. | |
ListSection (string title, int itemCount) | |
Constructor. | |
Properties | |
string | Title [get, set] |
Obtains and sets the section title. | |
int | ItemCount [get, set] |
Obtains and sets the number of items registered to a section. | |
Events | |
EventHandler< EventArgs > | ItemChanged |
Event when the item registered to a section changes. |
Container part for list section.
ListSection | ( | string | title, |
int | itemCount | ||
) |
Constructor.
title | Section title |
itemCount | Number of items registered to a section |