C# Class Yuhan.WPF.DragDrop.DragDropEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: hansuky/Yuhan

Méthodes publiques

Свойство Type Description
Content object

Méthodes publiques

Méthode Description
DragDropEventArgs ( ) : System
DragDropEventArgs ( object content ) : System

Method Details

DragDropEventArgs() public méthode

public DragDropEventArgs ( ) : System
Résultat System

DragDropEventArgs() public méthode

public DragDropEventArgs ( object content ) : System
content object
Résultat System

Property Details

Content public_oe property

public object Content
Résultat object