NewsItemEventArgs(NewsItem) Constructor
Initializes a new instance of the NewsItemEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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