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

NewsItemEventArgs(NewsItem) Constructor

Initializes a new instance of the NewsItemEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NewsItemEventArgs(
    NewsItem item
)

Parameters

Name Type Description
item NewsItem

A NewsItem object that represents an item currently being processed. This value is assigned to the NewsItemEventArgs.Item property.

See Also