| FrontendDataNotificationArgs 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 FrontendDataNotificationArgs(
Output moduleInstance,
Object data
)
Public Sub New (
moduleInstance As Output,
data As Object
)
Parameters
- moduleInstance
- Type: Dynamicweb.News.FrontendOutput
An instance of the News V2 module. - data
- Type: SystemObject
Data object which is being processed.
Remarks See Also