[]
Represents a method that can handle the LoadVisitedDocument event on a C1PreviewPane. The handler should load the document from custom user-defined storage.
public delegate void LoadVisitedDocumentEventHandler(object sender, LoadVisitedDocumentEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of event. |
| LoadVisitedDocumentEventArgs | e | LoadVisitedDocumentEventArgs object containing event data. |
| Name | Description |
|---|---|
| LoadVisitedDocumentEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, LoadVisitedDocumentEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, LoadVisitedDocumentEventArgs) |