Class FeatureStoppedEvent
Event indicating that a feature was stopped.
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 FeatureStoppedEvent : FeatureEventBase, IFeatureEvent
Constructors
| Improve this Doc View SourceFeatureStoppedEvent(IFeatureInfo)
Initializes a new instance of the FeatureStoppedEvent class.
Declaration
public FeatureStoppedEvent(IFeatureInfo feature)
Parameters
Type | Name | Description |
---|---|---|
IFeatureInfo | feature | The feature. |