eDriven Framework API
AlertOption Constructor (type, value)
NamespaceseDriven.GuiAlertOptionAlertOption(AlertOptionType, Object)
eDriven Framework API
Initializes a new instance of the AlertOption class
Declaration Syntax
C#Visual BasicVisual C++
public AlertOption(
	AlertOptionType type,
	Object value
)
Public Sub New ( _
	type As AlertOptionType, _
	value As Object _
)
public:
AlertOption(
	AlertOptionType type, 
	Object^ value
)
Parameters
type (AlertOptionType)
value (Object)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)