Event to trigger to generate role names from custom operations types.
Object.defineProperty(AnnGroupsRoles.prototype,'generateRole',
get: function(),
set: function(value)
)
function generateRole.add(function(sender, e));
function generateRole.remove(function(sender, e));
generateRole: void;
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.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnOperationInfoEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET