Catel.Android.App.Activity.AddBindings C# (CSharp) Method

AddBindings() protected method

Called when the bindings must be added. This can happen Normally the binding system would take care of this.
protected AddBindings ( BindingContext bindingContext, IViewModel viewModel ) : void
bindingContext BindingContext The binding context.
viewModel IViewModel The view model.
return void
        protected virtual void AddBindings(BindingContext bindingContext, IViewModel viewModel)
        {
        }