Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

UserModeChanged Event

Show in webframe
Occurs when the value of the UserMode property changes
Syntax
add_userModeChanged(function(sender, e))
userModeChanged.add(function(sender, e))
remove_userModeChanged(function(sender, e))
userModeChanged.remove(function(sender, e))
    

This event is raised if the UserMode property is changed.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e EventArgs The event data.
See Also
Error processing SSI file