Interface IValueChangeable
用于定义是否触发Form的ValueChanged事件
public interface IValueChangeable
- Extension Methods
Properties
ValueChanged
Action<object> ValueChanged { get; set; }
用于定义是否触发Form的ValueChanged事件
public interface IValueChangeable
Action<object> ValueChanged { get; set; }