ObjectSpaceModificationEventArgs Properties
Provides data for the ModifiedChanging event.
Name | Description |
---|---|
Cancel |
Specifies whether the Is |
Member |
Specifies an object that is information on the property whose value has been changed.
Inherited from Object |
New |
Specifies the new value of a changed property.
Inherited from Object |
Object |
Provides access to the object that is being manipulated.
Inherited from Object |
Old |
Specifies the old value of a changed property.
Inherited from Object |
Property |
Specifies the name of a property whose value has been changed. Returns null (Nothing in VB) if it is impossible to determine what property causes the change.
Inherited from Object |
See Also