Click or drag to resize

GUIButtonModelCommand Property

(Deprecated) Defines an action to be executed when the Button is clicked.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Command { get; set; }

Property Value

Type: String
Remarks

This property is deprecated. Use EventTrigger instead.

The Command must be an action that the Button's parent element can perform.

See Also