1 instantiation of PropertyChangingEventArgs
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
415
=> PropertyChanging?.Invoke(this, new
PropertyChangingEventArgs
(propertyName));
6 references to PropertyChangingEventArgs
Microsoft.Maui.Controls (6)
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)
269
void OnFormattedTextChanging(object sender,
PropertyChangingEventArgs
e) =>
Platform\ModalNavigationManager\ModalNavigationManager.iOS.cs (1)
32
void OnWindowPropertyChanging(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)