ListSection Class Reference

Container part for list section. More...

List of all members.

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.

Detailed Description

Container part for list section.


Constructor & Destructor Documentation

ListSection ( string  title,
int  itemCount 
)

Constructor.

Parameters:
titleSection title
itemCountNumber of items registered to a section