Class PropertyChangedSessionEventArgs
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
Represents event arguments for a property change within a session event.
public class PropertyChangedSessionEventArgs : SessionEventArgs
- Inheritance
-
PropertyChangedSessionEventArgs
- Inherited Members
Properties
PropertyName
Gets or sets the name of the property that changed.
public required string PropertyName { get; init; }
Property Value
PropertyValue
Gets or sets the new value of the property.
public object? PropertyValue { get; init; }