~~Title: Efl.Ui.View_Model.property_bind~~ ====== Efl.Ui.View_Model.property_bind ====== ===== Description ===== %%Automatically update the field for the event %%[[:develop:api:efl:model:event:properties,changed|Efl.Model.properties,changed]]%% to include property that are impacted with change in a property from the composited model.%% %%The source doesn't have to be provided at this point by the composited model.%% //Since 1.23// {{page>:develop:api-include:efl:ui:view_model:method:property_bind:description&nouser&nolink&nodate}} ===== Signature ===== property_bind { params { @in source: string; @in destination: string; } } ===== C signature ===== void efl_ui_view_model_property_bind(Eo *obj, const char *source, const char *destination); ===== Parameters ===== * **source** //(in)// - %%Property name in the composited model.%% * **destination** //(in)// - %%Property name in the %%[[:develop:api:efl:ui:view_model|Efl.Ui.View_Model]]%%%% ===== Implemented by ===== * [[:develop:api:efl:ui:view_model:method:property_bind|Efl.Ui.View_Model.property_bind]]