Constructor used to pass in properties.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: 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