Accusoft.ImagXpress13.Net
ZoomFactorChanged Event




Thrown when the ZoomFactor property changes.
Syntax
'Declaration
 
Public Event ZoomFactorChanged As ImageXView.ZoomFactorChangedEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.ZoomFactorChangedEventHandler
 
AddHandler instance.ZoomFactorChanged, handler
public event ImageXView.ZoomFactorChangedEventHandler ZoomFactorChanged
public: __event ImageXView.ZoomFactorChangedEventHandler* ZoomFactorChanged
public:
event ImageXView.ZoomFactorChangedEventHandler^ ZoomFactorChanged
Event Data

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

PropertyDescription
NewValue Gets the new value for the ZoomFactor property.
OldValue Gets the old value for the ZoomFactor property.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback