Occurs when the host application determines if the page should be displayed.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public event EventHandler<CancelEventArgs> VisibilityCheck
Visual Basic
Public Event VisibilityCheck As EventHandler(Of CancelEventArgs)
Visual C++
public:
 event EventHandler<CancelEventArgs^>^ VisibilityCheck {
	void add (EventHandler<CancelEventArgs^>^ value);
	void remove (EventHandler<CancelEventArgs^>^ value);
}

See Also