functions as parameter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ludwig

    #1

    functions as parameter

    Hello ng,

    supports VB.NET functions as sub or function parameter?

    Ludwig


  • Herfried K. Wagner [MVP]

    #2
    Re: functions as parameter

    "Ludwig" <Ludwig.Ruhland @r-its.com> schrieb:[color=blue]
    > supports VB.NET functions as sub or function parameter?[/color]

    Delegates:

    Visual Basic Language Concepts -- Events and Delegates
    <URL:http://msdn.microsoft. com/library/en-us/vbcn7/html/vaconEventsDele gatesInheritanc e.asp>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...