C# Class csExWB.ClientToHostWindowEventArgs

Inheritance: System.EventArgs
Mostra file Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
cx int
cy int
handled bool

Public Methods

Method Description
ClientToHostWindowEventArgs ( ) : System
SetParameters ( int CX, int CY ) : void

Method Details

ClientToHostWindowEventArgs() public method

public ClientToHostWindowEventArgs ( ) : System
return System

SetParameters() public method

public SetParameters ( int CX, int CY ) : void
CX int
CY int
return void

Property Details

cx public_oe property

public int cx
return int

cy public_oe property

public int cy
return int

handled public_oe property

public bool handled
return bool