예제 #1
0
        // ----------------------------------------------------------------------
partial         void OnChange_CurrentElement(BaseElement oldValue, BaseElement newValue, ref bool handled);
예제 #2
0
partial         void OnChange_Element(BaseElement oldValue, Model.BaseElement newValue, ref bool handled)
        {
            Update ();
             handled = true;
        }