Class
ElementPropertyChangedEventArgs

Provides data for events that occur when an element's property changes.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Common

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ElementPropertyChangedEventArgs : EventArgs

Inheritance: objectEventArgsElementPropertyChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ElementPropertyChangedEventArgs(object, string)

Initializes a new instance of the ElementPropertyChangedEventArgs class.

Declaration

cs-api-definition
public ElementPropertyChangedEventArgs(object element, string propertyName)

Parameters

element

object

The element whose property changed.

propertyName

string

The name of the property that changed.

Properties

Element

Gets or sets the element whose property changed.

Declaration

cs-api-definition
public object Element { get; set; }

Property Value

object

The element object.

PropertyName

Gets or sets the name of the property that changed.

Declaration

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

Property Value

string

The property name.