Click or drag to resize

RoleAssignmentControllerPreRoleAssignmentCreate Event

The CreateRoleAssignment() method fires this event just before it creates the role assignment data object. The event handler can be used to prevent the actual creation of the data object.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static event PreRoleAssignmentCreateEventHandler PreRoleAssignmentCreate

Value

Type: Omada.OE.Solution.OIM.AppLogicPreRoleAssignmentCreateEventHandler
See Also