ClickOKEventArgs Constructor

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Constructor used to pass in properties.

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

Syntax

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

Parameters

changed
Type: System..::..Boolean

See Also