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