Class PropertyEventArgs
Inheritance
System.Object
System.EventArgs
PropertyEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|