DispatchSource.VnodeMonitor.ObservedEvents Property

Definition

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.

Applies to