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