Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
NoteControl ( ) : System |
Initializes a new instance of the NoteControl class.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
Méthode | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
lbDeleteNote_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the lbDeleteNote control.
|
|
lbSaveNote_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the lbSaveNote control.
|
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Résultat | void |
protected lbDeleteNote_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |
protected lbSaveNote_Click ( object sender, EventArgs e ) : void | ||
sender | object | The source of the event. |
e | EventArgs | The |
Résultat | void |