DispatchSource.VnodeMonitor.ObservedEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Events that were observed on the file.
public CoreFoundation.VnodeMonitorKind ObservedEvents { get; }
member this.ObservedEvents : CoreFoundation.VnodeMonitorKind
Property Value
The events that were observed on the file.
Remarks
This property can be invoked from the event handler to check on which changes took place on the file being monitored.