Click or drag to resize

UIActionClickEvent Property

Javascript function that is executed clientside when a user clicks the action. The click event must be a function that receives an args object. Example: "function(args) { alert('You clicked an action: ' + JSON.stringify(args)); }"

Namespace:  Omada.OE.Model.UIAction
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string ClickEvent { get; set; }

Property Value

Type: String
See Also