메소드 | 설명 | |
---|---|---|
DeleteField ( ) : System |
Initializes a new instance of the DeleteField class.
|
|
Initialize ( bool sortingEnabled, |
Performs basic instance initialization for a data control field.
|
|
OnClick ( |
Raises the E:Click event.
|
메소드 | 설명 | |
---|---|---|
deleteFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void |
Handles the LinkButtonClick event of the deleteFieldTemplate control.
|
public Initialize ( bool sortingEnabled, |
||
sortingEnabled | bool | A value that indicates whether the control supports the sorting of columns of data. |
control | The data control that owns the |
|
리턴 | bool |
public OnClick ( |
||
e | The |
|
리턴 | void |
protected deleteFieldTemplate_LinkButtonClick ( object sender, RowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | RowEventArgs | The |
리턴 | void |