| NewsItemNotificationArgs Constructor |
Initializes a new instance of an object.
Namespace:
Dynamicweb.News.Extensibility
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public NewsItemNotificationArgs(
NewsItem item
)
Public Sub New (
item As NewsItem
)
Parameters
- item
- Type: Dynamicweb.NewsNewsItem
A reference to news item.
Remarks See Also