Show / Hide Table of Contents

Class VisitStateChangedEventArgs

Inheritance
object
EventArgs
VisitStateChangedEventArgs
Inherited Members
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public class VisitStateChangedEventArgs : EventArgs

Constructors

View Source

VisitStateChangedEventArgs(AbstractPlacement, VisitState)

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

Properties

View Source

NewFlags

Declaration
public VisitState NewFlags { get; }
Property Value
Type Description
VisitState
View Source

NoChange

Declaration
public bool NoChange { get; }
Property Value
Type Description
bool
View Source

Orig

Declaration
public VisitState Orig { get; }
Property Value
Type Description
VisitState
View Source

Placement

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX