ClassPropertyEventArgs<T>
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class PropertyEventArgs<T> : PropertyEventArgs
Inheritance: objectEventArgsPropertyEventArgsPropertyEventArgs<T>
Inherited Members
Constructors
PropertyEventArgs(string, T, T)
Initializes a new instance of the PropertyEventArgs class.
Declaration
cs-api-definition
public PropertyEventArgs(string propertyName, T oldValue, T newValue)
Parameters
propertyName
Name of the property.
oldValue
T
The old value.
newValue
T
The new value.