| EngineSectionHandlers Property |
List all the handlers.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic HandlerCollection Handlers { get; }Public ReadOnly Property Handlers As HandlerCollection
Get
public:
property HandlerCollection^ Handlers {
HandlerCollection^ get ();
}member Handlers : HandlerCollection with get
Property Value
Type:
HandlerCollection
The handlers.
See Also