Click or drag to resize

ObjectEventArgsT Class


Arguments that capture the events details for activities on any type of object.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventObjectEventArgsT

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public class ObjectEventArgs<T> : EventArgs

Type Parameters

T
Entity class type

The ObjectEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodObjectEventArgsT
Initializes a new instance of the ObjectEventArgsT class
Top
Properties
  NameDescription
Public propertyObject
Gets/sets the object of the event
Top
See Also