Class EventAction
Raises event.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Actions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class EventAction : BaseAction, IObservableClass, IBindable, IAction
Constructors
View SourceEventAction(Guid)
Default constructor.
Declaration
public EventAction(Guid automationId)
Parameters
Type | Name | Description |
---|---|---|
Guid | automationId |
Properties
View SourceEvent
Gets or sets the Event property value.
Declaration
public string Event { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo