Click or drag to resize
GraphicHoverEventHandler Delegate
Represents the method that will handle the GraphicHover event.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public delegate void GraphicHoverEventHandler(
	Object sender,
	GraphicHoverEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: ABB.Robotics.RobotStudio.Stations.FormsGraphicHoverEventArgs
Version Information

Supported in: 1.0.0.0
See Also