Class
DockWindowSnapshotEventArgs

Represents the arguments associated with a QuickNavigatorSnapshotNeeded event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class DockWindowSnapshotEventArgs : DockWindowEventArgs

Inheritance: objectEventArgsDockWindowEventArgsDockWindowSnapshotEventArgs

Inherited Members DockWindowEventArgs.DockWindowEventArgs.Empty

Constructors

DockWindowSnapshotEventArgs(DockWindow)

Constructs a new instance of the DockWindowSnapshotEventArgs class.

Declaration

cs-api-definition
public DockWindowSnapshotEventArgs(DockWindow window)

Parameters

window

DockWindow

Properties

SnapShot

Gets or sets the custom image to be used as a Preview snapshot for the associated window in the QuickNavigator.

Declaration

cs-api-definition
public Image SnapShot { get; set; }

Property Value

Image