Danny

Danny

  • NA
  • 5
  • 0

Simple question about set...

Apr 21 2008 7:04 PM
Does it only trigger when there is an assignment to the property or does it trigger with any change further on down the line? Like, if I have a property named MyProp in MyClass of type TestClass (assume testclass has a TestField field), will MyProp trigger the set code with a line like "MyProp.TestField = "cows are pretty"" or would it only trigger on something like "MyProp = MyOtherTestClass"

Answers (4)