C# Class fItemPlugin.ItemRules.Core.ContextSwitchEventArgs

Inheritance: System.EventArgs
Exibir arquivo 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_oe property

public ParseNode NewContext
return ParseNode

PreviousContext public_oe property

public ParseNode PreviousContext
return ParseNode