C# Class VideoPlayer.Controller.NodeChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Свойство Type Description
New System.Guid
Old System.Guid

Méthodes publiques

Méthode Description
NodeChangedEventArgs ( System.Guid old, System.Guid @new ) : System

Method Details

NodeChangedEventArgs() public méthode

public NodeChangedEventArgs ( System.Guid old, System.Guid @new ) : System
old System.Guid
@new System.Guid
Résultat System

Property Details

New public_oe property

public Guid,System New
Résultat System.Guid

Old public_oe property

public Guid,System Old
Résultat System.Guid