CustomPropertyValueT Events |
The CustomPropertyValueT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| NativeBlockingListeners |
Add non-blocking callback delegates to this event (IEnumerable return type).
| |
| NativeListeners |
Add blocking callback delegates to this event.
| |
| NativeTaskListeners |
Add async callback delegates to this event (async Task return type).
| |
| ValueChanged |
Event called when the custom property value changes.
|