Accusoft.ImagXpressSdk Namespace > ImageXView Class : ZoomFactorChanged Event |
'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
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.
Property | Description |
---|---|
NewValue | Gets the new value for the ZoomFactor property. |
OldValue | Gets the old value for the ZoomFactor property. |