Show / Hide Table of Contents

Class SizeChangedEventArgs

Provides data related to the SizeChanged event.

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
SizeChangedEventArgs
Inherited Members
RoutedEventArgs.OriginalSource
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class SizeChangedEventArgs : RoutedEventArgs

Constructors

| Improve this Doc View Source

SizeChangedEventArgs(Size)

Declaration
public SizeChangedEventArgs(Size newSize)
Parameters
Type Name Description
Size newSize

Properties

| Improve this Doc View Source

NewSize

Gets the new size of the object reporting the size change.

Declaration
public Size NewSize { get; }
Property Value
Type Description
Size
| Improve this Doc View Source

PreviousSize

Gets the previous size of the object reporting the size change.

Declaration
public Size PreviousSize { get; }
Property Value
Type Description
Size
  • Improve this Doc
  • View Source