C# Class fItemPlugin.ItemRules.Core.ContextSwitchEventArgs

Inheritance: System.EventArgs
Show file Open project: herbfunk/Funky

Public Properties

Property Type Description
NewContext ParseNode
PreviousContext ParseNode

Public Methods

Method Description
ContextSwitchEventArgs ( ParseNode prevContext, ParseNode nextContext ) : System

Method Details

ContextSwitchEventArgs() public method

public ContextSwitchEventArgs ( ParseNode prevContext, ParseNode nextContext ) : System
prevContext ParseNode
nextContext ParseNode
return System

Property Details

NewContext public property

public ParseNode NewContext
return ParseNode

PreviousContext public property

public ParseNode PreviousContext
return ParseNode