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