nature_net.user_controls.item_generic_v2.set_touchevent C# (CSharp) Method

set_touchevent() public method

public set_touchevent ( avatar_touch_down_handler touch_handler ) : void
touch_handler avatar_touch_down_handler
return void
        public void set_touchevent(avatar_touch_down_handler touch_handler)
        {
            this.avatar.PreviewTouchDown += new EventHandler<TouchEventArgs>(touch_handler);
        }