Class ConfigureControlEventArgs
Message class that contains reference on control that required configuration.
Inheritance
System.Object
ConfigureControlEventArgs
Namespace: Syncfusion.Windows.Forms.Collections
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ConfigureControlEventArgs : EventArgs
Constructors
ConfigureControlEventArgs(Control)
Default constructor.
Declaration
public ConfigureControlEventArgs(Control control)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | control |
Properties
Control
Get reference on Control.
Declaration
public Control Control { get; }
Property Value
| Type |
|---|
| System.Windows.Forms.Control |