Class
PropertyEventArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

cs-api-definition
public class PropertyEventArgs : EventArgs

Inheritance: objectEventArgsPropertyEventArgs

Derived Classes: PropertyEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

PropertyEventArgs(string)

Initializes a new instance of the PropertyEventArgs class.

Declaration

cs-api-definition
public PropertyEventArgs(string propertyName)

Parameters

propertyName

string

Name of the property.

Properties

PropertyName

Gets the old value.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string