C# Class VideoPlayer.Controller.NodeChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: chris-tomich/Glyma Class Usage Examples

Public Properties

Property Type Description
New System.Guid
Old System.Guid

Public Methods

Method Description
NodeChangedEventArgs ( System.Guid old, System.Guid @new ) : System

Method Details

NodeChangedEventArgs() public method

public NodeChangedEventArgs ( System.Guid old, System.Guid @new ) : System
old System.Guid
@new System.Guid
return System

Property Details

New public_oe property

public Guid,System New
return System.Guid

Old public_oe property

public Guid,System Old
return System.Guid