// Update methods for each path node used in binding steps. private void Update_(global::ASM.Views.ListViewDemo obj, int phase) { if (obj != null) { if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0) { this.Update_ListSong(obj.ListSong, phase); } } }
public bool SetDataRoot(global::System.Object newDataRoot) { this.bindingsTracking.ReleaseAllListeners(); if (newDataRoot != null) { this.dataRoot = (global::ASM.Views.ListViewDemo)newDataRoot; return(true); } return(false); }