Class VisitStateChangedEventArgs
Inheritance
System.Object
VisitStateChangedEventArgs
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
Properties
|
Improve this Doc
View Source
NewFlags
Declaration
public VisitState NewFlags { get; }
Property Value
|
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
|
Improve this Doc
View Source
Placement
Declaration
public AbstractPlacement Placement { get; }
Property Value
Extension Methods