Class ParseUpdateInfoEventArgs
An object of this class contains the AppCast file received from server.
public class ParseUpdateInfoEventArgs : EventArgs
- Inheritance
-
ParseUpdateInfoEventArgs
- Inherited Members
- Extension Methods
Constructors
ParseUpdateInfoEventArgs(string)
An object containing the AppCast file received from server.
public ParseUpdateInfoEventArgs(string remoteData)
Parameters
remoteData
stringA string containing remote data received from the AppCast file.
Properties
RemoteData
Remote data received from the AppCast file.
public string RemoteData { get; }
Property Value
UpdateInfo
Set this object with values received from the AppCast file.
public UpdateInfoEventArgs UpdateInfo { get; set; }