Table of Contents

Class GetNodeTypeEventArgs

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Provides data for the GetNodeType event that retrieves the node type.

public sealed class GetNodeTypeEventArgs : EventArgs
Inheritance
GetNodeTypeEventArgs
Inherited Members

Properties

Node

Gets the XPathNavigator for the node.

public XPathNavigator Node { get; }

Property Value

XPathNavigator

NodeType

Gets or sets the node type.

public NodeType NodeType { get; set; }

Property Value

NodeType