DataGridAutoGeneratingColumnEventArgs 类

定义

AutoGeneratingColumn 事件提供数据。

public ref class DataGridAutoGeneratingColumnEventArgs : EventArgs
public class DataGridAutoGeneratingColumnEventArgs : EventArgs
type DataGridAutoGeneratingColumnEventArgs = class
    inherit EventArgs
Public Class DataGridAutoGeneratingColumnEventArgs
Inherits EventArgs
继承
DataGridAutoGeneratingColumnEventArgs

构造函数

DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn)

初始化 DataGridAutoGeneratingColumnEventArgs 类的新实例。

属性

Cancel

获取或设置指示是否应取消事件的值。

Column

获取或设置所生成的列。

PropertyDescriptor

获取绑定到所生成列的属性的说明符。

PropertyName

获取绑定到所生成列的属性的名称。

PropertyType

获取绑定到所生成列的属性的类型。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于