SizeChangedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that will handle the SizeChanged event.
public delegate void SizeChangedEventHandler(Platform::Object ^ sender, SizeChangedEventArgs ^ e);
[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);
Public Delegate Sub SizeChangedEventHandler(sender As Object, e As SizeChangedEventArgs)
Parameters
- sender
-
Object
Platform::Object
The object where the event handler is attached.
The event data.
- Attributes