For a list of all members of this type, see LoadPropertyPersistenceEventArgs members.
Name | Description | |
---|---|---|
![]() | Handled | Gets/sets whether the property was loaded in the event, and thus shouldn't try to be loaded by the framework. |
![]() | Identifier | Gets an identifier that can be used to identify an property being loaded. |
![]() | LoadedValue | Gets/sets the value that should be used to restore the property. |
![]() | Owner | Gets the object to whom the property belongs. |
![]() | PropertyInfo | Gets the PropertyInfo of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs) |
![]() | PropertyPath | Gets the full property path of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs) |
![]() | RootOwner | Gets the root object that is actually being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs) |
![]() | SavedValue | Gets a string representation of the property that was being stored. |
![]() | Value | Gets the value of the property, if the property was a Value type. |