OnRefreshStatus Method

Summary

Fire the RefreshStatus event

Syntax

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

Parameters

sender
The sender

e
A FileSystemEventArgs that contains the event data

Remarks

OnRefreshStatus is called when Refresh method called, Refresh method will add new thumbnail, update or delete, so for each operation that will be done using Refresh method, then OnRefreshStatus will be called to fire RefreshStatus event.

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.