SpecificationTIncludePathUpdated Event |
Occurs when the include path has changed.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxpublic event EventHandler<EventArgs<string>> IncludePathUpdated
Public Event IncludePathUpdated As EventHandler(Of EventArgs(Of String))
public:
virtual event EventHandler<EventArgs<String^>^>^ IncludePathUpdated {
void add (EventHandler<EventArgs<String^>^>^ value);
void remove (EventHandler<EventArgs<String^>^>^ value);
}
abstract IncludePathUpdated : IEvent<EventHandler<EventArgs<string>>,
EventArgs<string>>
override IncludePathUpdated : IEvent<EventHandler<EventArgs<string>>,
EventArgs<string>>
Value
Type:
SystemEventHandlerEventArgsStringImplements
ISpecificationTIncludePathUpdated
See Also