ClassElementPropertyChangedEventArgs
Class
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
Constructors
ElementPropertyChangedEventArgs(object, string)
Initializes a new instance of the ElementPropertyChangedEventArgs class.
Properties
Element
Gets or sets the element whose property changed.
Declaration
cs-api-definition
public object Element { get; set; }
Property Value
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
The property name.