Show / Hide Table of Contents

Class VisitStateChangedEventArgs

Inheritance
System.Object
VisitStateChangedEventArgs
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class VisitStateChangedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

VisitStateChangedEventArgs(AbstractPlacement, VisitState)

Declaration
public VisitStateChangedEventArgs(AbstractPlacement placement, VisitState newFlags)
Parameters
Type Name Description
AbstractPlacement placement
VisitState newFlags

Properties

| Improve this Doc View Source

NewFlags

Declaration
public VisitState NewFlags { get; }
Property Value
Type Description
VisitState
| Improve this Doc View Source

NoChange

Declaration
public bool NoChange { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Orig

Declaration
public VisitState Orig { get; }
Property Value
Type Description
VisitState
| Improve this Doc View Source

Placement

Declaration
public AbstractPlacement Placement { get; }
Property Value
Type Description
AbstractPlacement

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX