IViewTableEvents Interface

View table events interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IViewTableEvents : IViewEvents, 
	INotifyPropertyChanged
Implements
IViewEvents, INotifyPropertyChanged

Events

CanExecuteTableAction Event that informs if a table action can be executed.
EditStatusChanged Event reporting that the view state changed.
EditStatusChanging Event that informs that the state is changing.
FieldValueChanged Event that reports that the value of a data field has changed.
FieldValueChanging Event that reports that the value of a data field is changing.

See Also