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