Click or drag to resize

IUserGroupEvents Interface


Represents the collection of events triggered by Group objects.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IUserGroupEvents

The IUserGroupEvents type exposes the following members.

Events
 NameDescription
Public eventAfterUserGroupDelete This event is fired after a Group is deleted.
Public eventBeforeUserGroupDelete This event is fired before a Group is deleted.
Public eventUserGroupCreated This event is fired when a Group is created.
Top
See Also