Table of Contents

Class PropertyChangedArgs<T>

Namespace
Stride.UI
Assembly
Stride.UI.dll

An argument class containing information about a property that changed.

public class PropertyChangedArgs<T>

Type Parameters

T

The type of the property that changed

Inheritance
PropertyChangedArgs<T>

Properties

NewValue

public T NewValue { get; }

Property Value

T

OldValue

public T OldValue { get; }

Property Value

T