Initializes a new instance of DialogActionEventArgs with the predefined values.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public DialogActionEventArgs(
	DialogActionEnum action
)
Visual Basic (Declaration)
Public Sub New ( _
	action As DialogActionEnum _
)

Parameters

action
Type: C1.Win.C1Spell..::.DialogActionEnum
The DialogActionEnum object that represents user action during the bad-word dialog.

See Also