New to Telerik UI for WinFormsStart a free 30-day trial

Represents the arguments associated with a QuickNavigatorSnapshotNeeded event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class DockWindowSnapshotEventArgs : DockWindowEventArgs

Inheritance: objectEventArgsDockWindowEventArgsDockWindowSnapshotEventArgs

Inherited Members DockWindowEventArgs.DockWindowEventArgs.Empty

Constructors

Constructs a new instance of the DockWindowSnapshotEventArgs class.

C#
public DockWindowSnapshotEventArgs(DockWindow window)
Parameters:windowDockWindow

Properties

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

C#
public Image SnapShot { get; set; }