TabView.TabStripDrop Event

Definition

Occurs when the input system reports an underlying drop event with the TabStrip as the drop target.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 virtual event DragEventHandler ^ TabStripDrop;
// Register
event_token TabStripDrop(DragEventHandler const& handler) const;

// Revoke with event_token
void TabStripDrop(event_token const* cookie) const;

// Revoke with event_revoker
TabView::TabStripDrop_revoker TabStripDrop(auto_revoke_t, DragEventHandler const& handler) const;
public event DragEventHandler TabStripDrop;
Public Custom Event TabStripDrop As DragEventHandler 

Event Type

Applies to