Accusoft.ImagXpress13.Net
AutoResizeChanged Event




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

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

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

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback