Class ItemWindow
This class presents item in QuickTab mode.
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class ItemWindow : GalleryItem
Constructors
ItemWindow()
Declaration
public ItemWindow()
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnMouseDown(MouseButtonEventArgs)
Invoked when MouseDown event is raised.
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The instance that contains the event data. |