| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("Event raised when the value of the InteractiveModeMouseButton property is changed.")> <CategoryAttribute("Property Changed")> Public Event InteractiveModeMouseButtonChanged As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageViewer Dim handler As EventHandler AddHandler instance.InteractiveModeMouseButtonChanged, handler | |
| C# | |
|---|---|
[DescriptionAttribute("Event raised when the value of the InteractiveModeMouseButton property is changed.")] [CategoryAttribute("Property Changed")] public event EventHandler InteractiveModeMouseButtonChanged | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("Event raised when the value of the InteractiveModeMouseButton property is changed.")] [CategoryAttribute("Property Changed")] public: event EventHandler^ InteractiveModeMouseButtonChanged | |
Copy Code