SizeChangedEventHandler Delegate

Definition

Represents the method that will handle the SizeChanged event.

public delegate void SizeChangedEventHandler(Platform::Object ^ sender, SizeChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(286634300, 9682, 18443, 137, 220, 235, 61, 203, 214, 183, 250)]
class SizeChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(286634300, 9682, 18443, 137, 220, 235, 61, 203, 214, 183, 250)]
public delegate void SizeChangedEventHandler(object sender, SizeChangedEventArgs e);
Public Delegate Sub SizeChangedEventHandler(sender As Object, e As SizeChangedEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the event handler is attached.

e
SizeChangedEventArgs

The event data.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to