Fork me on GitHubEpicdominant domains
APIEpic.EventsChangeEventArgs<(Of <(<'TValue>)>)>ChangeEventArgs<(Of <(<'TValue>)>)>(TValue, TValue)

ChangeEventArgs<(Of <(<'TValue>)>)> Constructor (oldValue, newValue)
Initializes a new instance of the ChangeEventArgs<(Of <(<'TValue>)>)> class.

Assembly: Epic.Core

Declaration Syntax
C#
public ChangeEventArgs(
	TValue oldValue,
	TValue newValue
)
Parameters
oldValue (TValue)
Old value.
newValue (TValue)
New value.
blog comments powered by Disqus