1 instantiation of PropertyChangingEventArgs
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
415
=> PropertyChanging?.Invoke(this, new
PropertyChangingEventArgs
(propertyName));
5 references to PropertyChangingEventArgs
Microsoft.Maui.Controls (5)
Cells\Cell.cs (1)
297
void OnParentPropertyChanging(object sender,
PropertyChangingEventArgs
e)
FormattedString.cs (1)
77
void OnItemPropertyChanging(object sender,
PropertyChangingEventArgs
e) => OnPropertyChanging(nameof(Spans));
Label\Label.cs (1)
272
void OnFormattedTextChanging(object sender,
PropertyChangingEventArgs
e) =>
PropertyChangingEventHandler.cs (1)
4
public delegate void PropertyChangingEventHandler(object sender,
PropertyChangingEventArgs
e);
TemplatedItemsList.cs (1)
1323
void OnChildListPropertyChanging(object sender,
PropertyChangingEventArgs
e)