Class ConfigureControlEventArgs
Message class that contains reference on control that required configuration.
Inheritance
System.Object
System.EventArgs
ConfigureControlEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |