C# Class Widgets.RecentPosts.Edit

The widgets_ recent posts_edit.
Inheritance: App_Code.Controls.WidgetEditBase
显示文件 Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
Save ( ) : void

Saves this the basic widget settings such as the Title.

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

Method Details

OnPreRender() protected method

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

Save() public method

Saves this the basic widget settings such as the Title.
public Save ( ) : void
return void