IViewNoteEvents Interface

View note events interface.

Definition

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

Events

AfterShowData Event that occurs after the data is displayed.
BeforeShowData Event that occurs before data is displayed.

See Also