System.Web.UI.WebControls.BulletedList.Click Event

Occurs when a link button in a System.Web.UI.WebControls.BulletedList control is clicked.

Syntax

public event BulletedListEventHandler Click

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0