C# Class MapAround.DataProviders.IdNeededEventArgs

Instances of Maparound.DataProviders.IdNeededEventArgs contains data for the IdNeeded event.
Inheritance: System.EventArgs
显示文件 Open project: gkrsu/maparound.core Class Usage Examples

Public Methods

Method Description
IdNeededEventArgs ( Feature feature ) : System

Initializes an instance of Maparound.DataProviders.IdNeededEventArgs.

Method Details

IdNeededEventArgs() public method

Initializes an instance of Maparound.DataProviders.IdNeededEventArgs.
public IdNeededEventArgs ( Feature feature ) : System
feature Feature A feature for which the event handler will be called
return System