Click or drag to resize

EntityAddWorkflowEventArgsT Class


Event arguments that capture the adding/removing of a Page to/from Workflow.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventEntityEventArgsT
      Ingeniux.CMS.EventEntityAddWorkflowEventArgsT

Namespace:  Ingeniux.CMS.Event
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public class EntityAddWorkflowEventArgs<T> : EntityEventArgs<T>
where T : IContentItem

Type Parameters

T

The EntityAddWorkflowEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodEntityAddWorkflowEventArgsT
Initializes a new instance of the EntityAddWorkflowEventArgsT class
Top
Properties
See Also