Show / Hide Table of Contents

Class RemoteChangedEventArgs<T>

EventArgs for when a value is changed remotely.

Inheritance
object
EventArgs
RemoteChangedEventArgs<T>
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class RemoteChangedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Value

Generic value for any remote change.

Declaration
public T Value { get; set; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
Back to top Generated by DocFX