GrapeCity.Xaml.SpreadSheet.UI
UserZooming Event (SheetView)


Occurs when the user zooms.
Syntax
'Declaration
 
Public Event UserZooming As EventHandler(Of ZoomEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of ZoomEventArgs)
 
AddHandler instance.UserZooming, handler
public event EventHandler<ZoomEventArgs> UserZooming
Event Data

The event handler receives an argument of type ZoomEventArgs containing data related to this event. The following ZoomEventArgs properties provide information specific to this event.

PropertyDescription
NewZoomFactor Gets the new zoom factor.  
OldZoomFactor Gets the old zoom factor.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options