| Visual Basic (Declaration) | |
|---|---|
Public Event Scroll As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageList Dim handler As EventHandler AddHandler instance.Scroll, handler | |
| C# | |
|---|---|
public event EventHandler Scroll | |
| C++/CLI | |
|---|---|
public: event EventHandler^ Scroll | |
Copy Code