[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.OnPropertyEditorChangedArgs

类 OnPropertyEditorChangedArgs

Internal use

继承
object
OnPropertyEditorChangedArgs
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.Design.dll
语法
public class OnPropertyEditorChangedArgs

构造函数

OnPropertyEditorChangedArgs()

Internal use

声明
public OnPropertyEditorChangedArgs()

属性

NewValue

新值

声明
public object NewValue { get; set; }
属性值
类型 描述
object

OldValue

旧值

声明
public object OldValue { get; set; }
属性值
类型 描述
object

Properties

所有属性

声明
public Dictionary<string, IEditorSettingsDataContext> Properties { get; set; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, IEditorSettingsDataContext>

PropertyName

属性名称

声明
public string PropertyName { get; set; }
属性值
类型 描述
string