public event EventHandler<AnnOperationInfoEventArgs> GenerateRole
Public Event GenerateRole As EventHandler(Of AnnOperationInfoEventArgs)
public void addGenerateRoleListener(AnnGenerateRoleEventListener listener)
public void removeGenerateRoleListener(AnnGenerateRoleEventListener listener)
public:
event EventHandler<AnnOperationInfoEventArgs^>^ GenerateRole
The event handler receives an argument of type AnnOperationInfoEventArgs containing data related to this event. The following AnnOperationInfoEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnObject | Gets the target annotation object of this operation. |
IgnoreUserCheck | Gets or sets a value that indicate if the system should ignore checking the user name and allow the operation based on the role only. |
Role | Gets or sets the role associated with this operation. |
Type | Gets the operation type. |
GenerateRole is trigged from IsUserInRole if the system could not determine the role name automatically from the operation type. The application can subsrcibe to this event return custom role names.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document