ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingManager Class / QueryAllowDrop Event

In This Topic
    QueryAllowDrop Event (C1DockingManager)
    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.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also