Generated by DocFX

Class InfoEvent

Info event object

Inheritance
System.Object
CommonEvent
InfoEvent
Implements
IEventInfo
Inherited Members
CommonEvent.Type
CommonEvent.Address
CommonEvent.Title
CommonEvent.Message
CommonEvent.TxId
CommonEvent.Data
CommonEvent.Progress
CommonEvent.TimeStamp
CommonEvent.Fill(IEventInfo)
CommonEvent.ParseData<T>()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Events
Assembly: VEDriversLite.dll
Syntax
public class InfoEvent : CommonEvent, IEventInfo

Constructors

| Improve this Doc View Source

InfoEvent(String, String)

Create info event object

Declaration
public InfoEvent(string title, string message)
Parameters
Type Name Description
System.String title
System.String message

Implements

IEventInfo