C# Class Microsoft.WindowsAPICodePack.Taskbar.TabbedThumbnailClosedEventArgs

Event args for when close is selected on a tabbed thumbnail proxy window.
Inheritance: TabbedThumbnailEventArgs
Mostra file Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
TabbedThumbnailClosedEventArgs ( IntPtr windowHandle ) : System

Creates a Event Args for a specific tabbed thumbnail event.

Method Details

TabbedThumbnailClosedEventArgs() public method

Creates a Event Args for a specific tabbed thumbnail event.
public TabbedThumbnailClosedEventArgs ( IntPtr windowHandle ) : System
windowHandle System.IntPtr Window handle for the control/window related to the event
return System