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
Constructors
Constructs a new instance of the DockWindowSnapshotEventArgs class.
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; }