repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added SSCLI 1.0
[windows-sources.git]
/
sdk
/
samples
/
WPFSamples
/
WizardSample
/
visualbasic
/
wizardreturneventhandler.vb
blob
9c959f75ff4938d20cb1133756a82f890b09cddb
1
Imports System
2
3
Public
Delegate
Sub
WizardReturnEventHandler
(
ByVal
sender
As Object
,
ByVal
e
As
WizardReturnEventArgs
)
4
5