user control events

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

How do you add an event to a user control? For example, I'd like to add an
event to add to the leave event of a custom textbox. I know I can override
the existing leave event, but this is not what I'm trying to do.

Thanks for any help.

Bernie Yaeger
 
Bernie Yaeger said:
How do you add an event to a user control? For example, I'd like to add an
event to add to the leave event of a custom textbox. I know I can override
the existing leave event, but this is not what I'm trying to do.

Please read the "Visual Basic Language Concepts\Walkthrough: Declaring and
Raising Events" part in the VB.NET documentation, this should help you.

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
************************************
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
 
Tx Blum, Herfried - figured it out; it's really pretty simple.

Thanks again,

Bernie
 
Back
Top