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:
C#
public class ElementPropertyChangedEventArgs : EventArgs
Inheritance: objectEventArgsElementPropertyChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ElementPropertyChangedEventArgs class.
Properties
Gets or sets the element whose property changed.
C#
public object Element { get; set; }
The element object.
Gets or sets the name of the property that changed.
C#
public string PropertyName { get; set; }
The property name.