Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / BeforeSelectWindowEventArgs Class / BeforeSelectWindowEventArgs Constructor
The window or dialog box selected.

In This Topic
    BeforeSelectWindowEventArgs Constructor
    In This Topic
    Initializes a new instance of the BeforeSelectWindowEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal selectWindowForm As Form _
    )
    public BeforeSelectWindowEventArgs( 
       Form selectWindowForm
    )

    Parameters

    selectWindowForm
    The window or dialog box selected.
    See Also