C# Class EventHandlerDemo.StringListEventArgs

Inheritance: System.EventArgs
显示文件 Open project: markrendle/FunctionalAlchemy Class Usage Examples

Public Methods

Method Description
StringListEventArgs ( IEnumerable strings ) : System

Method Details

StringListEventArgs() public method

public StringListEventArgs ( IEnumerable strings ) : System
strings IEnumerable
return System