Initializes a new instance of the PageShowEventArgs class.

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 PageShowEventArgs(
	bool first
)
Visual Basic
Public Sub New ( _
	first As Boolean _
)
Visual C++
public:
PageShowEventArgs(
	bool first
)

Parameters

first
Type: System..::..Boolean
A value indicating whether the page is shown for the first time.

See Also