Table of Contents

Interface IValueChangeable

Namespace
H.Controls.Form.PropertyItems.Base
Assembly
H.Controls.Form.dll

用于定义是否触发Form的ValueChanged事件

public interface IValueChangeable
Extension Methods

Properties

ValueChanged

Action<object> ValueChanged { get; set; }

Property Value

Action<object>