UltimateSpell Class Library |
ClickOKEventArgs Constructor |
ClickOKEventArgs Class See Also Send Feedback |
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