Class TabbedThumbnailClosedEventArgs
- Namespace
- Microsoft.WindowsAPICodePack.Taskbar
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Event args for when close is selected on a tabbed thumbnail proxy window.
public class TabbedThumbnailClosedEventArgs : TabbedThumbnailEventArgs
- Inheritance
-
TabbedThumbnailClosedEventArgs
- Inherited Members
Constructors
TabbedThumbnailClosedEventArgs(nint)
Creates a Event Args for a specific tabbed thumbnail event.
public TabbedThumbnailClosedEventArgs(nint windowHandle)
Parameters
windowHandle
nintWindow handle for the control/window related to the event
TabbedThumbnailClosedEventArgs(UIElement)
Creates a Event Args for a specific tabbed thumbnail event.
public TabbedThumbnailClosedEventArgs(UIElement windowsControl)
Parameters
windowsControl
UIElementWPF Control (UIElement) related to the event
Properties
Cancel
If set to true, the proxy window will not be removed from the taskbar.
public bool Cancel { get; set; }