- sender
- The sender
- e
- A FileSystemEventArgs that contains the event data
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnRefreshStatus( _ ByVal sender As Object, _ ByVal e As FileSystemEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterThumbnailBrowser Dim sender As Object Dim e As FileSystemEventArgs instance.OnRefreshStatus(sender, e) |
C# | |
---|---|
protected virtual void OnRefreshStatus( object sender, FileSystemEventArgs e ) |
C++/CLI | |
---|---|
protected: virtual void OnRefreshStatus( Object^ sender, FileSystemEventArgs^ e ) |
Parameters
- sender
- The sender
- e
- A FileSystemEventArgs that contains the event data
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7