generateRole Event

Summary

Event to trigger to generate role names from custom operations types.

Syntax

JavaScript Syntax
Object.defineProperty(AnnGroupsRoles.prototype,'generateRole',  
	get: function(), 
	set: function(value) 
) 
function generateRole.add(function(sender, e)); 
function generateRole.remove(function(sender, e)); 
TypeScript Syntax
generateRole: void; 

Remarks

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.

AnnOperationInfoEventArgs

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eAnnOperationInfoEventArgsThe event data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly