Click or drag to resize

EntityRemoveWorkflowEventArgsT Class


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

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

Type Parameters

T

The EntityRemoveWorkflowEventArgsT type exposes the following members.

Constructors
  NameDescription
Public methodEntityRemoveWorkflowEventArgsT
Initializes a new instance of the EntityRemoveWorkflowEventArgsT class
Top
Properties
See Also