[]
Internal use
public class OnPropertyEditorChangedArgs
Internal use
public OnPropertyEditorChangedArgs()
新值
public object NewValue { get; set; }
类型 | 描述 |
---|---|
object |
旧值
public object OldValue { get; set; }
类型 | 描述 |
---|---|
object |
所有属性
public Dictionary<string, IEditorSettingsDataContext> Properties { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.Dictionary<TKey, TValue><string, IEditorSettingsDataContext> |
属性名称
public string PropertyName { get; set; }
类型 | 描述 |
---|---|
string |