| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub GraphMouseEventHandler( _ ByVal sender As System.Object, _ ByVal e As GraphMouseEventArgs _ ) | |
| C# | |
|---|---|
public delegate void GraphMouseEventHandler( System.object sender, GraphMouseEventArgs e ) | |
Parameters
- sender
- Source of the event.
- e
- GraphMouseEventArgs class which contains the event data.