PageExtensions
Wisej.Web.Markup.PageExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.PageExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the Page class.
Sets the accept button for the specified Page control.
Returns: TPage. The page with the updated accept button.
This method allows you to specify a button that will be triggered when the user presses the Enter key.
Sets the cancel button for the specified Page control.
Returns: TPage. The page with the updated cancel button.
This method allows you to specify a button that will be triggered when the user presses the Escape key.
Attaches an action to the Activated event of a page.
Returns: TPage. The page instance with the attached Activated event action.
This method allows you to execute a specific action when the page's Activated event is triggered.
Attaches an action to the Deactivate event of a page.
Returns: TPage. The page instance with the attached Deactivate event action.
This method allows you to execute a specific action when the page's Deactivate event is triggered.
Attaches an action to the Load event of a page.
Returns: TPage. The page instance with the attached Load event action.
This method allows you to execute a specific action when the page's Load event is triggered.