Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以检测UI Slider拖动完成。我找到了这个文档,但它没有这样的事件。我想对完成的 ui 滑块拖动做一些特别的工作,即需要一个触发的事件。
I have this structure of List<Object>, to be specific it is a "CategoryItem" Object. Here's my declaration of "CategoryItem" Object.
List<Object>
public class CategoryItem { public string Name