C# Class ValueUpdateEventArgs, UnityFramework

Inheritance: EventArgs
Exibir arquivo Open project: meta-42/uEasyKit Class Usage Examples

Public Methods

Method Description
ValueUpdateEventArgs ( ) : System
ValueUpdateEventArgs ( String key, object oldValue, object newValue ) : System

Method Details

ValueUpdateEventArgs() public method

public ValueUpdateEventArgs ( ) : System
return System

ValueUpdateEventArgs() public method

public ValueUpdateEventArgs ( String key, object oldValue, object newValue ) : System
key String
oldValue object
newValue object
return System