OnChanged Method

Summary

Fire the WatcherChanged event

Syntax

C#
C++/CLI
C++
protected virtual void OnChanged( 
   object sender, 
   FileSystemEventArgs e 
) 
protected: 
virtual void OnChanged(  
   Object^ sender, 
   FileSystemEventArgs^ e 
)  
protected:  
   virtual void OnChanged( 
      Object^ sender, 
      FileSystemEventArgs^ e 
   ) 

Parameters

sender
The sender

e
A FileSystemEventArgs that contains the event data

Remarks

OnChanged is called when changes are made to the size, system attributes, last write time, last access time, or security permissions of a file or directory in the directory being monitored.

Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class

RasterThumbnailBrowser Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.