C# Class OKHOSTING.UI.Net4.WebForms.Controls.Button

It is a control that represents a button. Es un control que representa un boton

Inheritance: System.Web.UI.WebControls.Button, IButton
Show file Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description

Protected Methods

Method Description
Raise_Click ( ) : void

Raises the click. Es el evento que proboca el clic

Method Details

Raise_Click() protected method

Raises the click. Es el evento que proboca el clic

protected Raise_Click ( ) : void
return void