Ask a Question related to ASP.NET General, Design and Development.
-
MS News \(MS LVP\) #1
EventHandlerList
What happened to the EventsHandlerList in VB.NET. There is none?
C# is okay This.Load += etc..
Me.Load ?? none in VB.NET
How can you subscribe or un-subscribe to a built in event in VB.NET
Thanks
MS News \(MS LVP\) Guest
-
Steve C. Orr, MCSD #2
Re: EventHandlerList
You can use the AddHandler statement.
Here's more info:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vastmAddHandlerStatement.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"MS News (MS LVP)" <sql_agentman@hotmail.com> wrote in message
news:Ox0PZG7WDHA.656@tk2msftngp13.phx.gbl...> What happened to the EventsHandlerList in VB.NET. There is none?
> C# is okay This.Load += etc..
>
> Me.Load ?? none in VB.NET
>
> How can you subscribe or un-subscribe to a built in event in VB.NET
>
>
> Thanks
>
>
Steve C. Orr, MCSD Guest
-
MS News \(MS LVP\) #3
Re: EventHandlerList
Steve,
Thank you
"Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
news:%23bVSJV7WDHA.2360@TK2MSFTNGP12.phx.gbl...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vastmAddHandlerStatement.asp[/url]> You can use the AddHandler statement.
> Here's more info:
>>
> --
> I hope this helps,
> Steve C. Orr, MCSD
> [url]http://Steve.Orr.net[/url]
>
>
> "MS News (MS LVP)" <sql_agentman@hotmail.com> wrote in message
> news:Ox0PZG7WDHA.656@tk2msftngp13.phx.gbl...>> > What happened to the EventsHandlerList in VB.NET. There is none?
> > C# is okay This.Load += etc..
> >
> > Me.Load ?? none in VB.NET
> >
> > How can you subscribe or un-subscribe to a built in event in VB.NET
> >
> >
> > Thanks
> >
> >
>
MS News \(MS LVP\) Guest



Reply With Quote

