代码搜索:Events
找到约 10,000 项符合「Events」的源代码
代码结果 10,000
www.eeworm.com/read/247171/4486190
vb events1.vb
'Test events
Namespace Events1
Class a_event
Event a()
End Class
Class b_event
Event b(ByVal bb As String)
End Class
Class c_event
Event c(ByRef cc As Strin
www.eeworm.com/read/247171/4486213
vb events6.vb
'Test events
Class Events6
'Delegate Sub b()
'Event a As System.CrossAppDomainDelegate
Event a()
End Class
www.eeworm.com/read/247171/4486258
vb events3.vb
Class Events3
Event a()
Event b(ByVal byval1 As String)
Event c(ByRef byref1 As Integer)
Event d(ByVal byval1 As Integer, ByRef byref2 As String)
End Class
www.eeworm.com/read/247171/4486260
vb events2.vb
imports system
Class Events2_a_event
Dim M As String
Custom Event M2 As EventHandler
AddHandler(ByVal value As EventHandler)
End AddHandler
RemoveHandler(ByVal value As
www.eeworm.com/read/247171/4486278
vb events4.vb
Class Events4
Event a()
Event b(ByVal byval1 As String)
Event c(ByRef byref1 As Integer)
Event d(ByVal byval1 As Integer, ByRef byref2 As String)
End Class
www.eeworm.com/read/247171/4486297
vb events5.vb
Namespace Events5
Class testclass1
Event a()
Event b(ByVal builtinparam As Integer)
Event c(ByRef builtinbyrefparam As Integer)
Event d(ByVal builtinarrayparam() As
www.eeworm.com/read/242657/4548517
cpp network_events.cpp
// $Id: Network_Events.cpp 56417 2004-03-14 12:48:07Z jwillemsen $
//
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
//
www.eeworm.com/read/240248/4575985
h khtml_events.h
/* This file is part of the KDE project
Copyright (C) 2000 Simon Hausmann
This library is free software; you can redistribute it and/or
modify it under the terms of the GN
www.eeworm.com/read/240248/4576007
cpp khtml_events.cpp
/* This file is part of the KDE project
Copyright (C) 2000 Simon Hausmann
This library is free software; you can redistribute it and/or
modify it under the terms of the GN