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