PropertyChangingEventArgs(String) Constructor

Definition

Creates a new PropertyChangingEventArgs with the specified property name.

public:
 PropertyChangingEventArgs(System::String ^ propertyName);
public PropertyChangingEventArgs(string propertyName);
new Microsoft.Maui.Controls.PropertyChangingEventArgs : string -> Microsoft.Maui.Controls.PropertyChangingEventArgs
Public Sub New (propertyName As String)

Parameters

propertyName
String

The name of the property that is changing.

Applies to