EventHandler 委托和EventHandler 委托

public delegate void EventHandler(Object sender,EventArgs e)
public delegate void EventHandler [ref]: http://msdn.microsoft.com/zh-cn/library/db0etb8x(v=vs.110).aspx (Object sender,TEventArgs e)

这是一个Reference[示例][ref]。
[ref]: http://equation85.github.com

打印这个两个枚举获取的路径
Desktop 逻辑桌面,而不是物理文件系统位置。
DesktopDirectory 用于物理上存储桌面上的文件对象的目录。 不应将此目录与桌面文件夹本身混淆,后者是虚拟文件夹。

你可能感兴趣的:(handler)