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


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