onLoadFromUri(uri) Method
         
         
         
Summary
Callback function to be invoked whenever the ContentManager routes a file to this registry.
Syntax
RegisterOptions.prototype.onLoadFromUri = function( 
   uri 
) 
onLoadFromUri: (uri: string) => void; 
Parameters
uri
The loaded URI routed to this registry.
 
Requirements
Target Platforms
See Also
RegistryData Interface
RegistryData Members
Leadtools.ContentManager Namespace