Version

LoadPropertyPersistenceEventArgs Class Members

The following tables list the members exposed by LoadPropertyPersistenceEventArgs.

Public Constructors
 NameDescription
Public ConstructorLoadPropertyPersistenceEventArgs ConstructorCreates a new instance of the LoadPropertyPersistenceEventArgs object.  
Public Properties
 NameDescription
Public PropertyHandledGets/sets whether the property was loaded in the event, and thus shouldn't try to be loaded by the framework.  
Public PropertyIdentifierGets an identifier that can be used to identify an property being loaded.  
Public PropertyLoadedValueGets/sets the value that should be used to restore the property.  
Public PropertyOwnerGets the object to whom the property belongs.  
Public PropertyPropertyInfoGets the PropertyInfo of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertyPropertyPathGets the full property path of an object being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertyRootOwnerGets the root object that is actually being saved or loaded. (Inherited from Infragistics.Persistence.PropertyPersistenceEventArgs)
Public PropertySavedValueGets a string representation of the property that was being stored.  
Public PropertyValueGets the value of the property, if the property was a Value type.  
See Also