GroupIncludesChanged(GroupChangeEventHandler(sender:Object, e:GroupChangedEventArgs):Void)

Is generated if the Includes of a group have been changed.

In the group administration, Includes are groups added to a group in order to extend the current group with the permissions of the Includes. If a group is now added as an Include to the current group or removed from it, then this event is triggered.

Since a permission structure can be built up by means of Includes, the event is only generated for the group in which the Include was directly added. This event is not triggered for groups that include the current group.

Parameter

value

Type: GroupChangeEventHandler(Object, GroupChangedEventArgs):Void