C# Class SilverlightMappingToolBasic.AddedNodeEventArgs

Inheritance: System.EventArgs
Mostra file Open project: chris-tomich/Glyma

Public Methods

Method Description
AddedNodeEventArgs ( ) : System
AddedNodeEventArgs ( INodeProxy node, Point location ) : System

Method Details

AddedNodeEventArgs() public method

public AddedNodeEventArgs ( ) : System
return System

AddedNodeEventArgs() public method

public AddedNodeEventArgs ( INodeProxy node, Point location ) : System
node INodeProxy
location Point
return System