GridVirtualizedDataViewChangedEventArgs Class

Provides argument data for the VirtualizedDataViewChanged event.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class GridVirtualizedDataViewChangedEventArgs : EventArgs
Inheritance
Object    EventArgs    GridVirtualizedDataViewChangedEventArgs

Constructors

Properties

Data Provides information about the state of the data view.

Extension Methods

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

See Also