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.8.0.0 (1.8)

Syntax

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

Parameters

handler
Type: GraphMLIOHandler
The handler to be configured

See Also