Click or drag to resize
BCExtensionPageControlHidden Event
Occurs when the page is hidden.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public event EventHandler Hidden

Value

Type: SystemEventHandler
Remarks

The event can be used to respond to the user switching to another page. When properties are used on multiple pages, it may be necessary to save changes in order to display them correctly on the other page.

Both pages should use the Hidden and Shown events to synchronize the property values that are displayed.

The event is a replacement for the OnHide method of the VB6 Extension Designer object.

See Also