Click or drag to resize

PropertyChangeEventArgs Fields

IT Hit User File System

The PropertyChangeEventArgs type exposes the following members.

Fields
  NameDescription
Public fieldDataItem
Provides access to the property data stored in local storage.
Public fieldKey
Propery key.
Public fieldMetadata
File or folder metadata that contins this property in Properties dictionary.
Public fieldOperation
Propery operation.
Public fieldPath
File or folder path path in user file system for which the propery is being saved or deleted.
Public fieldResult
Result of the operation.
Public fieldValue
Property value. Null for delete operation.
Top
See Also