Accusoft.ImagXpress13.Net
Resized Event




Thrown after the control has been completely resized.
Syntax
'Declaration
 
Public Event Resized As ImageXView.ResizedEventHandler
'Usage
 
Dim instance As ImageXView
Dim handler As ImageXView.ResizedEventHandler
 
AddHandler instance.Resized, handler
public event ImageXView.ResizedEventHandler Resized
public: __event ImageXView.ResizedEventHandler* Resized
public:
event ImageXView.ResizedEventHandler^ Resized
Event Data

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

PropertyDescription
NewSize Gets the new size of the control.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback