PropertyChangingEventArgs(String) Costruttore

Definizione

Crea un nuovo PropertyChangingEventArgs oggetto con il nome della proprietà specificato.

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)

Parametri

propertyName
String

Nome della proprietà che sta cambiando.

Si applica a