代码搜索:WithEvents
找到约 1,631 项符合「WithEvents」的源代码
代码结果 1,631
www.eeworm.com/read/238504/4614416
vb fbxt_left_grxx.aspx.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Namespace wsbgxt
Partial Class fbxt_grxx
Inherits System.Web.UI.Page
Protected WithEvents welcome As System.Web.U
www.eeworm.com/read/345393/3199842
vb form1.vb
Public Class fmOrders
Inherits System.Windows.Forms.Form
'建立dtOrderDetails对象, 我们要利用它的ColumnChanged事件
'来计算金额
Dim WithEvents dtOrderDetails As New DataTable()
'管理Orders的记录
www.eeworm.com/read/173574/9650126
txt 监听.txt
Dim WithEvents g_Map As map
Private Sub UIButtonControl1_Click()
Dim mxDoc As IMxDocument '地图文档
Dim lyr As IFeatureLayer '要素层
Dim sel As IFeatureSelection '选择集
Dim filter As IQ
www.eeworm.com/read/128370/5991419
vb webform1.aspx.vb
Imports System.Data.SqlClient
Public Class WebForm1
Inherits System.Web.UI.Page
Protected WithEvents DataGrid1 As System.Web.UI.WebControls.DataGrid
#Region " Web Form Designer Generat
www.eeworm.com/read/128368/5991715
vb webform1.aspx.vb
Imports System.Data.SqlClient
Public Class WebForm1
Inherits System.Web.UI.Page
Protected WithEvents DataGrid1 As System.Web.UI.WebControls.DataGrid
#Region " Web Form Designer Generat
www.eeworm.com/read/219657/14871398
vb 显示文章.aspx.vb
Imports System.Data.SqlClient
Imports CasingCNCls.clsArticles
Imports System.IO
Public Class 显示文章
Inherits System.Web.UI.Page
Dim sql As String
Protected WithEvents DataGrid2 As Syst
www.eeworm.com/read/6656/97619
vb check.aspx.vb
Imports Nozama.BusinessLogic
Imports Nozama.DataAccess
Imports Nozama.General
Public Class Check
Inherits System.Web.UI.Page
Protected WithEvents Label1 As System.Web.UI.WebControls.Lab
www.eeworm.com/read/345393/3199704
vb form1.vb
Imports System.Data.SqlClient
Public Class Form1
Inherits System.Windows.Forms.Form
Dim WithEvents cnNorthwind As New SqlConnection()
#Region " Windows 窗体设计器生成的代码 "
Public Sub New
www.eeworm.com/read/345393/3199752
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
Dim WithEvents cnNorthwind As New SqlClient.SqlConnection()
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New(
www.eeworm.com/read/361967/10025372
vb userinfor.aspx.vb
Imports System.Data
Imports System.Data.SqlClient
Partial Class WebForm21
Inherits System.Web.UI.Page
Protected WithEvents DataGrid1 As System.Web.UI.WebControls.DataGrid
Dim co