C# Class TasksPlugin.Views.TaskDragItem

Interaction logic for TaskDragItem.xaml
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
FloatingElementIdProperty System.Windows.DependencyProperty
PluginProperty System.Windows.DependencyProperty
ServiceProperty System.Windows.DependencyProperty
TaskProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
AppState_Drop void
DragCompleted void
TaskDragItem_Loaded void
TaskDragItem_TouchDown void

Méthodes publiques

Méthode Description
StartDragDrop ( object sender, System.Windows.Input.InputDevice device, object src ) : void
TaskDragItem ( ) : System.Collections.Generic

Private Methods

Méthode Description
AppState_Drop ( object sender, DropEventArgs e ) : void
DragCompleted ( object sender, SurfaceDragCompletedEventArgs e ) : void
TaskDragItem_Loaded ( object sender, RoutedEventArgs e ) : void
TaskDragItem_TouchDown ( object sender, System.Windows.Input.InputEventArgs e ) : void

Method Details

StartDragDrop() public méthode

public StartDragDrop ( object sender, System.Windows.Input.InputDevice device, object src ) : void
sender object
device System.Windows.Input.InputDevice
src object
Résultat void

TaskDragItem() public méthode

public TaskDragItem ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Property Details

FloatingElementIdProperty public_oe static_oe property

public static DependencyProperty,System.Windows FloatingElementIdProperty
Résultat System.Windows.DependencyProperty

PluginProperty public_oe static_oe property

public static DependencyProperty,System.Windows PluginProperty
Résultat System.Windows.DependencyProperty

ServiceProperty public_oe static_oe property

public static DependencyProperty,System.Windows ServiceProperty
Résultat System.Windows.DependencyProperty

TaskProperty public_oe static_oe property

public static DependencyProperty,System.Windows TaskProperty
Résultat System.Windows.DependencyProperty