'Declaration Public Delegate Sub CollectionControl.ItemMovedDownRoutedEventHandler( _ ByVal sender As Object, _ ByVal e As ItemEventArgs _ )
'Usage Dim instance As New CollectionControl.ItemMovedDownRoutedEventHandler(AddressOf HandlerMethod)
public delegate void CollectionControl.ItemMovedDownRoutedEventHandler( object sender, ItemEventArgs e )
Parameters
- sender
- e