Class FeatureStartedEvent
Event indicating that a feature started successfully.
Implements
Inherited Members
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: Kephas.Application.Interaction
Assembly: Kephas.Application.dll
Syntax
public class FeatureStartedEvent : FeatureEventBase, IFeatureEvent
Constructors
| Improve this Doc View SourceFeatureStartedEvent(IFeatureInfo)
Initializes a new instance of the FeatureStartedEvent class.
Declaration
public FeatureStartedEvent(IFeatureInfo feature)
Parameters
Type | Name | Description |
---|---|---|
IFeatureInfo | feature | The feature. |