C# Class Yuhan.WPF.DragDrop.DragDropEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: hansuky/Yuhan

Public Properties

Property Type Description
Content object

Public Methods

Method Description
DragDropEventArgs ( ) : System
DragDropEventArgs ( object content ) : System

Method Details

DragDropEventArgs() public method

public DragDropEventArgs ( ) : System
return System

DragDropEventArgs() public method

public DragDropEventArgs ( object content ) : System
content object
return System

Property Details

Content public_oe property

public object Content
return object