[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Event raised when the value of the InteractiveModeMouseButton property is changed.")]
public event EventHandler InteractiveModeMouseButtonChanged
'Declaration
<CategoryAttribute("Property Changed")>
<DescriptionAttribute("Event raised when the value of the InteractiveModeMouseButton property is changed.")>
Public Event InteractiveModeMouseButtonChanged As EventHandler
'Usage
Dim instance As RasterImageViewer
Dim handler As EventHandler
AddHandler instance.InteractiveModeMouseButtonChanged, handler
[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Event raised when the value of the InteractiveModeMouseButton property is changed.")]
public:
event EventHandler^ InteractiveModeMouseButtonChanged