ArcFM Solution Developer Guide
IsAuthorizedCompleted Event


Event raised when authorization information has been provided.
Syntax
'Declaration
 
Public Event IsAuthorizedCompleted As System.EventHandler(Of AuthorizedEventArgs)
'Usage
 
Dim instance As ClientUserPermissions
Dim handler As System.EventHandler(Of AuthorizedEventArgs)
 
AddHandler instance.IsAuthorizedCompleted, handler
public event System.EventHandler<AuthorizedEventArgs> IsAuthorizedCompleted
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ClientUserPermissions Class
ClientUserPermissions Members

 

 


Send Comment