OnZoom
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Establishes the handler for the Zoomed event.
<object ...>
<param name="onZoom" value="scriptHandlerName" />
...
</object>
value = silverlightObject.content.OnZoom
silverlightObject.content.OnZoom = scriptHandlerName
Arguments
sender |
object The object (the Silverlight plug-in) that raised the event. |
eventArgs |
object This parameter is always set to null. |
Version Information
Silverlight 3