←Select platform

GenerateRole Event

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public event EventHandler<AnnOperationInfoEventArgs> GenerateRole 
Public Event GenerateRole As EventHandler(Of AnnOperationInfoEventArgs) 
public event EventHandler<AnnOperationInfoEventArgs> GenerateRole 
public void addGenerateRoleListener(AnnGenerateRoleEventListener listener) 
public void removeGenerateRoleListener(AnnGenerateRoleEventListener listener) 
             
add_GenerateRole(function(sender, e)) 
remove_GenerateRole(function(sender, e)) 
public:  
   event EventHandler<AnnOperationInfoEventArgs^>^ GenerateRole 

Event Data

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.

PropertyDescription
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.
Remarks

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.

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