WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeQATEventArgs

    Show / Hide Table of Contents

    Class BeforeQATEventArgs

    Provides data for QATCustomizationMenuClicked event.

    Inheritance
    System.Object
    BeforeQATEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BeforeQATEventArgs : CancelEventArgs

    Constructors

    BeforeQATEventArgs(Control.ControlCollection)

    Constructor of the BeforeQATEventArgs

    Declaration
    public BeforeQATEventArgs(Control.ControlCollection controls)
    Parameters
    Type Name Description
    System.Windows.Forms.Control.ControlCollection controls

    The argument contains the collection of objects.

    Properties

    Controls

    Gets the controls collection in the QATWindow

    Declaration
    public Control.ControlCollection Controls { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control.ControlCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved