Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingManager Class / QueryAllowDrop Event

In This Topic
    QueryAllowDrop Event
    In This Topic
    Occurs during a docking operation and enables the source to determine whether it can be dropped into the target place.
    Syntax
    'Declaration
     
    
    Public Event QueryAllowDrop As AllowDropTargetEventHandler
    public event AllowDropTargetEventHandler QueryAllowDrop
    Event Data

    The event handler receives an argument of type AllowDropEventArgs containing data related to this event. The following AllowDropEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets source docking tab.  
    Gets source docking tab page.  
    Gets target bounds.  
    Gets target command dock.  
    Gets target docking tab.  
    Gets target docking style.  
    See Also