C# Class Microsoft.WindowsAPICodePack.Taskbar.TabbedThumbnailEventArgs

Event args for various Tabbed Thumbnail related events
Inheritance: System.EventArgs
显示文件 Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
TabbedThumbnailEventArgs ( IntPtr windowHandle ) : System

Creates a Event Args for a specific tabbed thumbnail event.

Method Details

TabbedThumbnailEventArgs() public method

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