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