UnSubscribeToAllUserProperty
Unsubscribe to an event callback for changes of a component user defined property
Function
void UnSubscribeToAllUserProperty(property: string, typeName: string, callbackName: string);
Parameters
Name | Type | Description |
---|---|---|
property | String | The name of the property to unsubscribe to |
typeName | String | The name of the component type to unsubscribe to |
callbackName | String | The name of the callback function |
Return Value
None