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

ASPxClientNewsControlItemEventHandler<Sender> Interface

A method that will handle the news control’s client events concerning manipulations with an item.

Declaration

interface ASPxClientNewsControlItemEventHandler<Sender> { (source: Sender, e: ASPxClientNewsControlItemEventArgs): void; }

Parameters

Name Type Description
source Sender

An object representing the event’s source. Identifies the news control object that raised the event.

e ASPxClientNewsControlItemEventArgs

An ASPxClientNewsControlItemEventArgs object that contains event data.