Skip to main content
A newer version of this page is available. .
Tab

ASPxNewsControl.TailClick Event

Fires after a headline tail has been clicked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public event NewsItemEventHandler TailClick

Event Data

The TailClick event's data class is NewsItemEventArgs. The following properties provide information specific to this event:

Property Description
Item Gets the item currently being processed.

Remarks

Write a TailClick event handler to perform specific actions on the server side each time a news tail is clicked within the ASPxNewsControl. Note that this event fires immediately after the left mouse button is released. If the button is released when the mouse pointer is not over a news tail, the event doesn’t fire. You can use the event parameter’s property to identify the news item whose tail has been clicked.

See Also