WindowSetTopEventArgs Class

Definition

Represents the event arguments for the window set top event.

public ref class WindowSetTopEventArgs sealed : EventArgs
public sealed class WindowSetTopEventArgs : EventArgs
type WindowSetTopEventArgs = class
    inherit EventArgs
Public NotInheritable Class WindowSetTopEventArgs
Inherits EventArgs
Inheritance
WindowSetTopEventArgs

Constructors

Name Description
WindowSetTopEventArgs()

Initializes a new instance of the WindowSetTopEventArgs class.

Properties

Name Description
Top

Gets the position of the window from top.

Applies to