NativeDelegate.NativeEvent

Syntax

NativeEvent: String;

Description

The NativeEvent property determines name of the event, for which a handler is set.

Comments

Use JSON or the setNativeEvent method to set the property value, and the getNativeEvent method to get the property value.

Example

The example of use is given on the page with description of the NativeDelegate constructor.

See also:

NativeDelegate