WaitForChangedResult.ChangeType Property

Definition

Gets or sets the type of change that occurred.

public:
 property System::IO::WatcherChangeTypes ChangeType { System::IO::WatcherChangeTypes get(); void set(System::IO::WatcherChangeTypes value); };
public System.IO.WatcherChangeTypes ChangeType { get; set; }
member this.ChangeType : System.IO.WatcherChangeTypes with get, set
Public Property ChangeType As WatcherChangeTypes

Property Value

One of the WatcherChangeTypes values.

Applies to

See also