NewsItemEventArgs(NewsItem) Constructor
Initializes a new instance of the NewsItemEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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