Class PropertyEventArgs
Inheritance
System.Object
PropertyEventArgs
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class PropertyEventArgs : EventArgs
Constructors
PropertyEventArgs(String)
Initializes a new instance of the PropertyEventArgs class.
Declaration
public PropertyEventArgs(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Properties
PropertyName
Gets the old value.
Declaration
public string PropertyName { get; }
Property Value
System.String
|