Click or drag to resize

CustomPropertyValueT Events

The CustomPropertyValueT generic type exposes the following members.

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