C# Class FirstFloor.ModernUI.Presentation.LinkChangedEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
LinkChangedEventArgs ( string oldValue, string newValue ) : System

Method Details

LinkChangedEventArgs() public method

public LinkChangedEventArgs ( string oldValue, string newValue ) : System
oldValue string
newValue string
return System