Click here to Skip to main content
15,897,371 members
Articles / Desktop Programming / WPF

DragSource - A WPF drag and drop helper

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
17 Jul 2013Ms-PL2 min read 15.6K   728   10  
Introduces the DragSource class in the Nicenis project.
<!--
    Author	JO Hyeong-Ryeol
    Since	2013.07.14

    This file is a part of the Nicenis project.
    https://nicenis.codeplex.com
    
    Copyright (C) 2013 JO Hyeong-Ryeol. All rights reserved.   
-->
<Application x:Class="DragSourceSample.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Software Developer
Korea (Republic of) Korea (Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions