CanExecuteTableActionEventArgs Class

Can executed table action event args class.

Definition

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

Remarks

Provides data for an event that reports whether an action on the table can be executed.

Constructors

CanExecuteTableActionEventArgs Class constructor.

Properties

CanExecute Indicates whether an action can be executed
TableAction Indicates the action to be executed.

Extension Methods

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

See Also