ControlAddedEventArgs Class

Control added event args class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ControlAddedEventArgs : EventArgs
Inheritance
Object    EventArgs    ControlAddedEventArgs

Remarks

Provides data for an event that informs which control has been added.

Constructors

ControlAddedEventArgs Class constructor.

Properties

Control Added control.
Settings Configuration settings.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also