C# Class TasksPlugin.Views.TaskDragItem

Interaction logic for TaskDragItem.xaml
ファイルを表示 Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
FloatingElementIdProperty System.Windows.DependencyProperty
PluginProperty System.Windows.DependencyProperty
ServiceProperty System.Windows.DependencyProperty
TaskProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AppState_Drop void
DragCompleted void
TaskDragItem_Loaded void
TaskDragItem_TouchDown void

Public Methods

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

Private Methods

Method 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 method

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

TaskDragItem() public method

public TaskDragItem ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

FloatingElementIdProperty public_oe static_oe property

public static DependencyProperty,System.Windows FloatingElementIdProperty
return System.Windows.DependencyProperty

PluginProperty public_oe static_oe property

public static DependencyProperty,System.Windows PluginProperty
return System.Windows.DependencyProperty

ServiceProperty public_oe static_oe property

public static DependencyProperty,System.Windows ServiceProperty
return System.Windows.DependencyProperty

TaskProperty public_oe static_oe property

public static DependencyProperty,System.Windows TaskProperty
return System.Windows.DependencyProperty