C# Class RevitLookup.Snoop.Collectors.CollectorEventArgs

Simple class to package up EventArgs for any Snoop Collector Extensions.
Inheritance: System.EventArgs
Mostra file Open project: jeremytammik/RevitLookup Class Usage Examples

Public Methods

Method Description
CollectorEventArgs ( object objToSnoop ) : System

Method Details

CollectorEventArgs() public method

public CollectorEventArgs ( object objToSnoop ) : System
objToSnoop object
return System