OnContentLoaded Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Called in response to the Loaded event of the DocumentViewer's viewing area.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
protected virtual void OnContentLoaded(
	Object sender,
	RoutedEventArgs e
)
Visual Basic
Protected Overridable Sub OnContentLoaded ( _
	sender As Object, _
	e As RoutedEventArgs _
)
Visual C++
protected:
virtual void OnContentLoaded(
	Object^ sender, 
	RoutedEventArgs^ e
)

Parameters

sender
Type: System..::..Object
The object where the event occured.
e
Type: System.Windows..::..RoutedEventArgs
The data for the event.

See Also