C# Class Instant.ViewModels.IterationChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: ermau/Instant Class Usage Examples

Public Methods

Method Description
IterationChangedEventArgs ( LoopIteration oldValue, LoopIteration newValue ) : System

Method Details

IterationChangedEventArgs() public method

public IterationChangedEventArgs ( LoopIteration oldValue, LoopIteration newValue ) : System
oldValue LoopIteration
newValue LoopIteration
return System