Guest User

Untitled

a guest
Mar 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Private V#
  2. Public Event Change()
  3. Public Property Get Value()
  4. Value = V
  5. End Property
  6. Public Property Let Value(inp#)
  7. V = inp
  8. RaiseEvent Change
  9. End Property
  10.  
  11. Public ListofChild()
  12. Public Event ParentChange()
Add Comment
Please, Sign In to add comment