Click or drag to resize

TemporaryPropertyValueT Events

The TemporaryPropertyValueT type exposes the following members.

Events
 NameDescription
Public eventNativeBlockingListeners Add non-blocking callback delegates to this event (IEnumerable return type).
(Inherited from CustomPropertyValueT)
Public eventNativeListeners Add blocking callback delegates to this event.
(Inherited from CustomPropertyValueT)
Public eventNativeTaskListeners Add async callback delegates to this event (async Task return type).
(Inherited from CustomPropertyValueT)
Public eventValueChanged Event called when the custom property value changes.
(Inherited from CustomPropertyValueT)
Top
See Also