Click or drag to resize

BaseActionDataEventArgs Class

Provides information about the data being processed by the module.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.News.FrontendBaseActionDataEventArgs

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class BaseActionDataEventArgs : EventArgs

The BaseActionDataEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBaseActionDataEventArgs
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyData
Gets or sets the data being processed.
Top
Remarks