SpecificationTHandleIncludePathUpdated Method |
Handles the occurrence of a changed include path.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxprotected void HandleIncludePathUpdated(
Object sender,
EventArgs<string> args
)
Protected Sub HandleIncludePathUpdated (
sender As Object,
args As EventArgs(Of String)
)
protected:
void HandleIncludePathUpdated(
Object^ sender,
EventArgs<String^>^ args
)
member HandleIncludePathUpdated :
sender : Object *
args : EventArgs<string> -> unit
Parameters
- sender
- Type: SystemObject
The object that raised the event. - args
- Type: Enkoni.FrameworkEventArgsString
Some additional information regarding the event.
See Also