PropertiesChangedEventArgs<TProperties>.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current values of the properties.
public:
property TProperties Properties { TProperties get(); };
public TProperties Properties { get; }
member this.Properties : 'Properties
Public ReadOnly Property Properties As TProperties
Property Value
TProperties