代码搜索:WithEvents
找到约 1,631 项符合「WithEvents」的源代码
代码结果 1,631
www.eeworm.com/read/207180/15281040
vb login.aspx.vb
Imports System.Data
Imports System.Data.sqlclient
Imports System.Web.Security
Public Class login
Inherits System.Web.UI.Page
#Region " Web 窗体设计器生成的代码 "
'该调用是 Web 窗体设计
www.eeworm.com/read/207180/15281042
vb searchpwd.aspx.vb
Imports System.Data
Imports System.Data.sqlclient
Imports System.Web.mail
Public Class searchpwd
Inherits System.Web.UI.Page
#Region " Web 窗体设计器生成的代码 "
'该调用是 Web 窗体设计器所必需的。
www.eeworm.com/read/207180/15281049
vb join.aspx.vb
Imports System.Data
Imports System.Data.SqlClient
Public Class join
Inherits System.Web.UI.Page
#Region " Web 窗体设计器生成的代码 "
'该调用是 Web 窗体设计器所必需的。
www.eeworm.com/read/170312/5404596
vb newaccount.aspx.vb
Public Class NewAccount
Inherits System.Web.UI.Page
Protected WithEvents txtEmailAddress As System.Web.UI.WebControls.TextBox
Protected WithEvents txtPassword As System.Web.UI.WebContro
www.eeworm.com/read/170312/5404619
vb login.aspx.vb
Public Class Login
Inherits System.Web.UI.Page
Protected WithEvents txtUserName As System.Web.UI.WebControls.TextBox
Protected WithEvents txtPassword As System.Web.UI.WebControls.TextBo
www.eeworm.com/read/170312/5404635
vb shoppingcart.aspx.vb
Public Class ShoppingCart
Inherits System.Web.UI.Page
Protected WithEvents lblStatus As System.Web.UI.WebControls.Label
Protected WithEvents drpBasket As System.Web.UI.WebControls.Repea
www.eeworm.com/read/170307/5404667
vb webform1.aspx.vb
Public Class WebForm1
Inherits System.Web.UI.Page
Protected WithEvents TextBox1 As System.Web.UI.WebControls.TextBox
Protected WithEvents TextBox2 As System.Web.UI.WebControls.TextBox
www.eeworm.com/read/170307/5404685
vb hello.ascx.vb
Public Class hello
Inherits System.Web.UI.UserControl
Protected WithEvents Label1 As System.Web.UI.WebControls.Label
Protected WithEvents Button1 As System.Web.UI.WebControls.Button
www.eeworm.com/read/170307/5404741
vb login.aspx.vb
Public Class WebForm1
Inherits System.Web.UI.Page
Protected WithEvents Requiredfieldvalidator1 As System.Web.UI.WebControls.RequiredFieldValidator
Protected WithEvents Requiredfieldvali
www.eeworm.com/read/165338/5483293
vb frmmain.vb
Public Class frmMain
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComp