ClientToHostWindowEventArgs Class
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 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. |