ClientToHostWindowEventArgs Class

Definition

Represents the event arguments for the ClientToHostWindow event.

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

Constructors

ClientToHostWindowEventArgs()

Initializes a new instance of the ClientToHostWindowEventArgs class.

Properties

CX

Gets or sets the integer expression that evaluates to the CX.

CY

Gets or sets the integer expression that evaluates to the CY.

Applies to