Occurs when a link button in a System.Web.UI.WebControls.BulletedList control is clicked.
The BulletedList.Click event is raised when a list item in a System.Web.UI.WebControls.BulletedList control is clicked. To enable list items in a System.Web.UI.WebControls.BulletedList control to raise the BulletedList.Click event, the BulletedList.DisplayMode property first must be set to the value BulletedListDisplayMode.LinkButton.
Raising an event invokes the event handler through a delegate. For more information about handling events, see Consuming Events.