ItemsChangeEventArgsParent Property |
IT Hit User File System
Parent item. This is filled for creation and listing operation only.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29481.0-Beta
Syntaxpublic ChangeEventItem Parent { get; }
Public ReadOnly Property Parent As ChangeEventItem
Get
public:
virtual property ChangeEventItem^ Parent {
ChangeEventItem^ get () sealed;
}
abstract Parent : ChangeEventItem with get
override Parent : ChangeEventItem with get
Property Value
Type:
ChangeEventItemImplements
IItemsChangeParent
See Also