Click or drag to resize
PluginShowLogViewerEventArgs Constructor
Initializes a new instance of the PluginShowLogViewerEventArgs class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EventArguments
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PluginShowLogViewerEventArgs(
	LogNode toView,
	string description,
	string caption,
	string title,
	LogViewerContext context
)

Parameters

toView
Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
To view.
description
Type: SystemString
The description.
caption
Type: SystemString
The caption.
title
Type: SystemString
The title.
context
Type: SD.LLBLGen.Pro.ApplicationCoreLogViewerContext
The context.
See Also