C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / DocumentSourceChanged Event


In This Topic
DocumentSourceChanged Event
In This Topic
Occurs after the document source is changed.
Syntax
'Declaration
 
Public Event DocumentSourceChanged As EventHandler
 
'Usage
 
Dim instance As FlexViewer
Dim handler As EventHandler
 
AddHandler instance.DocumentSourceChanged, handler
See Also