ISpecificationTIncludePathUpdated 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
Syntaxevent EventHandler<EventArgs<string>> IncludePathUpdated
Event IncludePathUpdated As EventHandler(Of EventArgs(Of String))
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>>
Value
Type:
SystemEventHandlerEventArgsString
See Also