DragItemsStartingEventArgs class

This topic has not yet been rated - Rate this topic

Provides event data for the DragItemsStarting event.

Inheritance

Object
  DragItemsStartingEventArgs

Syntax


public sealed class DragItemsStartingEventArgs : Object

Attributes

ActivatableAttribute(NTDDI_WIN8)
MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The DragItemsStartingEventArgs class has these types of members:

Constructors

The DragItemsStartingEventArgs class has these constructors.

ConstructorDescription
DragItemsStartingEventArgs Initializes a new instance of the DragItemsStartingEventArgs class.

 

Methods

The DragItemsStartingEventArgs class inherits methods from the Object class.

Properties

The DragItemsStartingEventArgs class has these properties.

PropertyAccess typeDescription

Cancel

Read/writeGets or sets a value that indicates whether the item drag action should be canceled.

Data

Read-onlyGets the data payload associated with an items drag action.

Items

Read-onlyGets the loosely typed collection of objects that are selected for the item drag action.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ListViewBase.DragItemsStarting

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.