Table of Contents

Class PreParseXPathNavigatorEventArgs

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

Provides data for the PreParseXPathNavigator event that occurs before parsing an XPathNavigator.

public sealed class PreParseXPathNavigatorEventArgs : EventArgs
Inheritance
PreParseXPathNavigatorEventArgs
Inherited Members

Properties

Navigator

Gets the XPathNavigator to be processed.

public XPathNavigator Navigator { get; }

Property Value

XPathNavigator

ParsedContent

Gets or sets the content that was parsed from the navigator.

public object ParsedContent { get; set; }

Property Value

object

ParsedType

Gets or sets the type that results from parsing the navigator.

public Type ParsedType { get; set; }

Property Value

Type

SkipDefaultProcessing

Gets or sets a value indicating whether the default processing should be skipped.

public bool SkipDefaultProcessing { get; set; }

Property Value

bool