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 |
---|
System.Windows.Forms.Control.ControlCollection |