Author: allen
Posted: 2005-10-24 at 16:29:24
Maybe I got this wrong. I have played with binevents and windows api but not
raiseevents
If I have it right Bindevents causes a method to action when the event its
bound to occurs where raiseevents causes an event to take place.
Allen
-----Original Message-----
From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On
Behalf Of Matthew Jarvis
Sent: 24 October 2005 21:41
To: profoxtech@leafe.com
Subject: Re: BindEvent and RaiseEvent
Grigore Dolghin wrote:
> <snipped>
> What's the difference? what can be done thru RaiseEvent and cannot be
> done thru BindEvent()? a sample would be greatly appreciated. I don't
> understand what I am missing, although I am obviusly missing something.
>
BindEvent supports both Early and Late binding - not too sure about what
RaiseEvent does.