nature_net.user_controls.item_generic_v2.set_touchevent C# (CSharp) Метод

set_touchevent() публичный Метод

public set_touchevent ( avatar_touch_down_handler touch_handler ) : void
touch_handler avatar_touch_down_handler
Результат void
        public void set_touchevent(avatar_touch_down_handler touch_handler)
        {
            this.avatar.PreviewTouchDown += new EventHandler<TouchEventArgs>(touch_handler);
        }