| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub ArrowIndicatorEventHandler( _ ByVal sender As Object, _ ByVal e As DateEventArgs _ ) | |
| C# | |
|---|---|
public delegate void ArrowIndicatorEventHandler( object sender, DateEventArgs e ) | |
Parameters
- sender
- the object that raised the event
- e
- the arguments related to the event.