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.

Managed Equivalent

Content.Zoomed

Remarks

For more information, see Content.Zoomed and OnZoom (Silverlight Plug-in Object).

Applies To

Silverlight Plug-in

Version Information

Silverlight 3

See Also

Reference