Click or drag to resize

PropertyChangeEventArgs Class

IT Hit User File System
Property change event argument. Contains information about the event and property data.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ITHit.FileSystemPropertyChangeEventArgs

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 9.0.27334.0-Beta
Syntax
public class PropertyChangeEventArgs : EventArgs

The PropertyChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPropertyChangeEventArgs
Initializes a new instance of the PropertyChangeEventArgs class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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