AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.EventManagement.ActionArgs Class Reference

An EventArgs class used to control IAction implementations. More...

Inheritance diagram for Apac.EventManagement.ActionArgs:

Public Member Functions

 ActionArgs (object data)
 Initializes a new instance of the ActionArgs class. More...
 

Properties

object Data [get]
 Gets the data used to process the IAction. More...
 

Detailed Description

An EventArgs class used to control IAction implementations.

Constructor & Destructor Documentation

◆ ActionArgs()

Apac.EventManagement.ActionArgs.ActionArgs ( object  data)
inline

Initializes a new instance of the ActionArgs class.

Parameters
dataThe data.

Property Documentation

◆ Data

object Apac.EventManagement.ActionArgs.Data
get

Gets the data used to process the IAction.


The documentation for this class was generated from the following file: