Class ItemDragEventArgs
This class contains the information about event which is raised when item is dragging or dragged.
Inheritance
System.Object
ItemDragEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class ItemDragEventArgs : RoutedEventArgs
Constructors
ItemDragEventArgs()
Declaration
public ItemDragEventArgs()
Properties
Item
Gets item that is dragging.
Declaration
public GalleryItem Item { get; }
Property Value
Type |
---|
GalleryItem |
SourceGroup
Gets or sets the parent of the item that is dragging.
Declaration
public GalleryGroup SourceGroup { get; set; }
Property Value
Type |
---|
GalleryGroup |
TargetGroup
Gets or sets the group in which the item was added.
Declaration
public GalleryGroup TargetGroup { get; set; }
Property Value
Type |
---|
GalleryGroup |