代码搜索:WithEvents

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

代码结果 1,631
www.eeworm.com/read/247171/4487433

vb eventmember4.vb

Class EventMember4 Event SomeEvent() End Class Class EventMember4_Handler Private WithEvents var As eventmember4 Sub EventHandler() Handles var.someevent End Sub End Class
www.eeworm.com/read/332835/3392494

vb frmjswgxg.vb

Imports System.Data.OleDb Public Class frmJsWgxg Inherits System.Windows.Forms.Form Dim WithEvents cnData As New OleDbConnection Dim strDate1 As String Dim strDate2 As String
www.eeworm.com/read/332835/3392518

vb frmwgxg.vb

Imports System.Data.oledb Public Class frmWgxg Inherits System.Windows.Forms.Form Dim WithEvents cnData As New OleDbConnection Dim strDate1 As String Dim strDate2 As String
www.eeworm.com/read/434173/1874384

vb d2xxaccess.vb

Imports System.Threading Imports System.Text Public Class D2XXAccess Inherits System.Windows.Forms.Form Friend WithEvents radDescription As System.Windows.Forms.RadioButton #Region "
www.eeworm.com/read/414257/2153782

vb form1.vb

Imports System.IO Imports System.Reflection Public Class Form1 Private configSettings As Dictionary(Of String, String) Private WithEvents tmr As Timer Private Sub Form1_Load(ByV
www.eeworm.com/read/399197/2365833

vb form1.vb

Imports System.IO Imports System.Reflection Public Class Form1 Private configSettings As Dictionary(Of String, String) Private WithEvents tmr As Timer Private Sub Form1_Load(ByV
www.eeworm.com/read/254129/4388301

vb frmjswgxg.vb

Imports System.Data.OleDb Public Class frmJsWgxg Inherits System.Windows.Forms.Form Dim WithEvents cnData As New OleDbConnection Dim strDate1 As String Dim strDate2 As String
www.eeworm.com/read/254129/4388325

vb frmwgxg.vb

Imports System.Data.oledb Public Class frmWgxg Inherits System.Windows.Forms.Form Dim WithEvents cnData As New OleDbConnection Dim strDate1 As String Dim strDate2 As String
www.eeworm.com/read/188343/6338480

vb goodsinfo.aspx.vb

Imports System.Data Imports System.Data.OleDb Public Class goodInfo Inherits System.Web.UI.Page Protected WithEvents DropDownList1 As System.Web.UI.WebControls.DropDownList Protecte
www.eeworm.com/read/216865/14990370

vb clsgsminfo.vb

Public Class ClsGSmInfo Private WithEvents GSM_Rs232 As Rs232 Private oEncoder As New System.Text.ASCIIEncoding Private oEnc As System.Text.Encoding = oEncoder.GetEncoding(1252) Pr