| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub DateClickEventHandler( _ ByVal sender As Object, _ ByVal e As DateEventArgs _ ) | |
| C# | |
|---|---|
public delegate void DateClickEventHandler( object sender, DateEventArgs e ) | |
Parameters
- sender
- The source of the event.
- e
- DateEventArgs Class