Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

GenerateRole Event

Show in webframe
Event to trigger to generate role names from custom operations types.
Syntax
add_generateRole(function(sender, e))
generateRole.add(function(sender, e))
remove_generateRole(function(sender, e))
generateRole.remove(function(sender, e))
    

GenerateRole is trigged from IsUserInRole if the system could not determine the role name automatically from the operation type. The application can subscribe to this event return custom role names.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e AnnOperationInfoEventArgs The event data.
See Also
Error processing SSI file