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