Show / Hide Table of Contents

Class ConfigurationSynchronizationEventArgs

Event args class for configuration synchronization event
Inheritance
System.Object
System.EventArgs
ConfigurationSynchronizationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public class ConfigurationSynchronizationEventArgs : EventArgs

Properties

| Improve this Doc View Source

InitialSynchronization

Is this the initial synchronization?
Declaration
public bool InitialSynchronization { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾