C# Class Outliner.NodePropertyChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: Pjanssen/Outliner Class Usage Examples

Public Methods

Method Description
NodePropertyChangedEventArgs ( Int32 handles, String propName, Object newValue ) : System

Method Details

NodePropertyChangedEventArgs() public method

public NodePropertyChangedEventArgs ( Int32 handles, String propName, Object newValue ) : System
handles System.Int32
propName String
newValue Object
return System