代码搜索:WithEvents
找到约 1,631 项符合「WithEvents」的源代码
代码结果 1,631
www.eeworm.com/read/149135/12401547
vb searchbar.ascx.vb
Public Class SearchBar
Inherits System.Web.UI.UserControl
#Region " Web 窗体设计器生成的代码 "
'该调用是 Web 窗体设计器所必需的。
Private Sub InitializeComponent
www.eeworm.com/read/149134/12402117
vb t_mark_input.aspx.vb
Public Class t_mark_input
Inherits System.Web.UI.Page
#Region " Web 窗体设计器生成的代码 "
'该调用是 Web 窗体设计器所必需的。
Private Sub InitializeComponent()
www.eeworm.com/read/336649/12426799
vb frmread.designer.vb
_
Partial Class frmRead
Inherits System.Windows.Forms.Form
'フォームがコンポーネントの一覧をクリーンアップするために dispose をオーバーライドします。
www.eeworm.com/read/250168/12426980
vb frmmodifyclassinfo.vb
Imports System.Data
'引入数据库操作类命名空间
Imports System.Data.OleDb
'引入ADO.NET操作命名空间
Public Class FrmModifyClassInfo
Inherits System.Windows.Forms.Form
Public tablename As String = "class_Info"
www.eeworm.com/read/148736/12432234
vb testgpsreader.vb
' TestGPSReader.vb
'
' Copyright (C) 2003 JW Hedgehog, Inc. All rights reserved
'
' JW Hedgehog, Inc
' http://www.jwhh.com
'
' Direct questions to jimw@jwhh.com
'
' This code, comments a
www.eeworm.com/read/132175/14105837
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
'// Private members
Private miComPort As Integer
Friend WithEvents btnOpenCom As System.Windows.Forms.Button
Friend WithEvents
www.eeworm.com/read/131795/14125911
dat vb_code12b.dat
语法
----
Dim [WithEvents] varname[([subscripts])] [As [New] type] [, [WithEvents] varname[([subscripts])] [As [New] type]] . . .
Dim 语句的语法包含下面部分:
部分 描述
WithEvents 可选的。关键字,说明 varname
www.eeworm.com/read/131795/14126021
dat vb_code46b.dat
语法
----
Private [WithEvents] varname[([subscripts])] [As [New] type] [,[WithEvents] varname[([subscripts])] [As [New] type]] . . .
Private 语句的语法包含下面部分:
部分 描述
WithEvents 可选的。关键字,说
www.eeworm.com/read/131795/14126057
dat vb_code50b.dat
语法
----
Public [WithEvents] varname[([subscripts])] [As [New] type] [,[WithEvents] varname[([subscripts])] [As [New] type]] . . .
Public 语句的语法包含下面部分:
部分 描述
WithEvents 可选的。关键字
www.eeworm.com/read/131546/14138168
vb form1.vb
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeCompon