C# Class CalDavSynchronizer.AutomaticUpdates.NewerVersionFoundEventArgs

Inheritance: System.EventArgs
Show file Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Public Methods

Method Description
NewerVersionFoundEventArgs ( System.Version newVersion, string whatsNewInformation, Uri downloadLink ) : System

Method Details

NewerVersionFoundEventArgs() public method

public NewerVersionFoundEventArgs ( System.Version newVersion, string whatsNewInformation, Uri downloadLink ) : System
newVersion System.Version
whatsNewInformation string
downloadLink System.Uri
return System