DocumentLoaded Property (InitializationOptions)
In This Topic
The callback that is invoked when a document is loaded entirely on the server
Syntax
'Declaration
Public Property DocumentLoaded As Action
public Action DocumentLoaded {get; set;}
See Also