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
RegisterOptions Interface
RegisterOptions Members
Leadtools.ContentManager Namespace