←Select platform

OnRefreshStatus Method

Summary

Fire the RefreshStatus event

Syntax

C#
VB
C++
protected virtual void OnRefreshStatus( 
   object sender, 
   FileSystemEventArgs e 
) 
  
Protected Overridable Sub OnRefreshStatus( _ 
   ByVal sender As Object, _ 
   ByVal e As FileSystemEventArgs _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly