VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class
In This Topic
VisualTool Class Events
In This Topic
For a list of all events of this type, see VisualTool.
Public Events
 NameDescription
Public EventOccurs when the visual tool is activated in the image viewer.
Public EventOccurs when the visual tool is activating in the image viewer.
Public EventOccurs when the visual tool is deactivated in the image viewer.
Public EventOccurs when the visual tool is deactivating in the image viewer.
Public EventOccurs when value of Enabled property is changed.
Public EventOccurs when the image is changed.
Public EventOccurs when the image is changing.
Public EventOccurs when the image is not loaded because of error.
Public EventOccurs when a key is pressed while the image viewer has focus and this tool is enabled.
Public EventOccurs when a key is released while the image viewer has focus and this tool is enabled.
Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is clicked.
Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is double clicked.
Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is pressed.
Public EventOccurs when the mouse enters an area of visual tool.
Public EventOccurs when the mouse leaves an area of visual tool.
Public EventOccurs when the mouse pointer is moved over the image viewer and this tool is enabled.
Public EventOccurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is released.
Public EventOccurs when the mouse wheel moves while the image viewer has focus and this tool is enabled.
Public EventOccurs before the KeyDown event when a key is pressed while focus is on this visual tool.
See Also