Gets or sets the object that provides the IRichEditDocumentLoader interface and can be used to load a document.
public IRichEditDocumentLoader DocumentLoader { get; set; }
Public Property DocumentLoader As IRichEditDocumentLoader
You are advised against using the DocumentLoader property. Handle the Loaded event and use the LoadDocument method instead.