代码搜索:WithEvents

找到约 1,631 项符合「WithEvents」的源代码

代码结果 1,631
www.eeworm.com/read/170312/5404637

vb youraccount.aspx.vb

Public Class YourAccount Inherits System.Web.UI.Page Protected lblStatus As System.Web.UI.WebControls.Label Protected WithEvents pnlOrdersSection As System.Web.UI.WebControls.Panel
www.eeworm.com/read/170307/5404783

vb menu.ascx.vb

Public MustInherit Class menu Inherits System.Web.UI.UserControl Protected WithEvents DataList1 As System.Web.UI.WebControls.DataList Public values() As String Public selection As
www.eeworm.com/read/345393/3199717

vb form1.vb

Public Class Form1 Inherits System.Windows.Forms.Form Dim WithEvents cnDatabase As New SqlClient.SqlConnection() Dim i As Integer #Region " Windows Form 砞璸
www.eeworm.com/read/332835/3392520

vb frmgztj.vb

Imports System.Data.OleDb Public Class frmGztj Inherits System.Windows.Forms.Form Dim WithEvents cnData As New OleDbConnection Dim cmdSQL As New OleDbCommand Dim dt As DataTab
www.eeworm.com/read/254129/4388327

vb frmgztj.vb

Imports System.Data.OleDb Public Class frmGztj Inherits System.Windows.Forms.Form Dim WithEvents cnData As New OleDbConnection Dim cmdSQL As New OleDbCommand Dim dt As DataTab
www.eeworm.com/read/195448/8154790

vb new.aspx.vb

Imports System.Data.SqlClient Public Class _new Inherits System.Web.UI.Page Dim Cstring As String = ConfigurationSettings.AppSettings("ConnectionString") Protected WithEvents DList2
www.eeworm.com/read/292669/8341754

vb engineer.aspx.vb

Imports System Imports System.Data Imports System.Data.SqlClient Public Class Engineer Inherits clsDataAccess Protected WithEvents btnCheckObj As System.Web.UI.WebControls.Button Pro
www.eeworm.com/read/203279/15363049

vb clsmsgctrl.vb

Option Strict Off Option Explicit On Friend Class clsMsgCtrl Public WithEvents cn As EMPPLib.emptcl Public Function init() As Object cn = New EMPPLib.emptcl End Function Private
www.eeworm.com/read/6656/97606

vb shoppingcart.aspx.vb

Imports Nozama.BusinessLogic Imports Nozama.DataAccess Imports Nozama.General Public Class ShoppingCart Inherits System.Web.UI.Page Protected WithEvents CheckOutHyperLink As System.Web.
www.eeworm.com/read/485605/1261518

vb form1.vb

Public Class Form1 Inherits System.Windows.Forms.Form Private checking As New CheckingAccount("Your Name") Friend WithEvents addInterest As System.Windows.Forms.Button Private savi