Beispiel #1
0
        private void onUpClick(object tag)
        {
            //Debug.WriteLine(sender.GetType());
            UpDownEvent arg = new UpDownEvent(UpClickProperty, this, tag);

            RaiseEvent(arg);
        }
Beispiel #2
0
        private void onDownClick(object tag)
        {
            UpDownEvent arg = new UpDownEvent(DownClickProperty, this, tag);

            RaiseEvent(arg);
        }