The following tables list the members exposed by LoadPropertyPersistenceEventArgs.
Name | Description | |
---|---|---|
LoadPropertyPersistenceEventArgs Constructor | Creates a new instance of the LoadPropertyPersistenceEventArgs object. |
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. |