Constructor used to pass in properties.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public ClickOKEventArgs(
	bool changed
)
Visual Basic (Declaration)
Public Sub New ( _
	changed As Boolean _
)
Visual C++
public:
ClickOKEventArgs(
	bool changed
)

Parameters

changed
Type: System..::.Boolean

See Also