
February 20th, 2002, 09:30 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Event Weary Custom Objects
<i><b>Originally posted by : Aldo (spiffyaldo2@hotmail.com)</b></i><br />ok... so i want to make an event weary custom object using vb.net.<br /><br />this is the part i do not understand and i want wondering if anyone could explain it to me:<br /><br />Public event TextChanged(obj as object, e as eventargs)<br /> Private sub OnTextChanged(e as eventargs)<br /> RaiseEvent TextChanged(Me, e)<br /> End Sub<br />End Event<br /><br />specifically what i do not understand are the parameters. So if anyone knows, please help.<br /><br />
|