Edit

AutoResizedEventArgs Class

Definition

Provides data for the AutoResized event raised by HwndSource.

public ref class AutoResizedEventArgs : EventArgs
public class AutoResizedEventArgs : EventArgs
type AutoResizedEventArgs = class
    inherit EventArgs
Public Class AutoResizedEventArgs
Inherits EventArgs
Inheritance
AutoResizedEventArgs

Constructors

Name Description
AutoResizedEventArgs(Size)

Initializes a new instance of the AutoResizedEventArgs class.

Properties

Name Description
Size

Gets the new size of the window after the auto resize operation.

Applies to

See also