VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiElementStateJS type / get_Callback Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Callback Method
In This Topic
Gets a function, which will be called when state become active.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS(name, settings);

var value; // Type: function
value = instance.get_Callback();

Return Value

Undefined OR A function, which will be called when state become active.
Here is function prototype "function __callback(UIElement)", where "UIElement" parameter is an instance of WebUiElementJS type.
Browser Compatibility
56+
45+
11
See Also