IUserEvents Interface Ingeniux CMS Content Store API

Represents the collection of events triggered by User objects.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IUserEvents

The IUserEvents type exposes the following members.

Events

  NameDescription
Public eventAfterUserDelete
This event is fired after a User is deleted.
Public eventBeforeUserDelete
This event is fired before a User is deleted.
Public eventUserCreated
This event is fired when a User is created.
Top
See Also

Reference