With Events

last modified: February 25, 2007

WithEvents is used in Visual Basic to wire the events raised by the object type of the defined member variable with the form or class that contains the member variable definition.

-- RussFreeman


CategoryVisualBasic CategoryEvents


Loading...