HandledEventArgs Class

Handled event args class.

Definition

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

Remarks

Provides event data allowing you to indicate whether the process has been controlled or whether it should continue with its own processing.

Constructors

HandledEventArgsInitializes a new instance of the HandledEventArgs class

Properties

Handled Gets or sets whether the process has been checked () or should continue with its own processing.

Extension Methods

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

See Also