Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / AllowDropEventArgs Class
Members

In This Topic
    AllowDropEventArgs Class
    In This Topic
    Represents the arguments, associated with a C1DockingManager.QueryAllowDrop event.
    Object Model
    AllowDropEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class AllowDropEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class AllowDropEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Win.Command.AllowDropEventArgs

    See Also