GUIButtonModelCommand Property
|
(Deprecated) Defines an action to be executed when the Button is clicked.
Namespace:
Livit.Learn.Model.GUIAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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