Configures the provided handler. This method is called by CreateHandler()()() after the creation of the handler instance.

Namespace:  yWorks.yFiles.Graph.Web
Assembly:  yFilesServer (in yFilesServer.dll) Version: 1.3.0.2 (1.3.0.2)

Syntax

C#
protected virtual void ConfigureHandler(
	GraphMLIOHandler handler
)
Visual Basic (Declaration)
Protected Overridable Sub ConfigureHandler ( _
	handler As GraphMLIOHandler _
)

Parameters

handler
Type: GraphMLIOHandler
The handler to be configured

See Also