Represents the method that handles the OnDocumentLoaded event.
[Visual Basic .NET] Public Delegate Sub OnDocumentLoadedEventHandler ( _ ByVal sDocument As String _ )
[C#] public delegate void OnDocumentLoadedEventHandler ( string sDocument );