Click or drag to resize

IUserEvents Interface


Represents the collection of events triggered by User objects.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
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