SizeChangedEventHandler Delegate

Definition

Represents the method that will handle the SizeChanged event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2373655128, 5318, 20937, 137, 44, 159, 204, 227, 104, 231, 125)]
public delegate void SizeChangedEventHandler(object sender, SizeChangedEventArgs e);

Parameters

sender
Object

The object where the event handler is attached.

e
SizeChangedEventArgs

The event data.

Attributes

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6