C# Class CK.WindowManager.Model.WindowElementLocationEventArgs

Inheritance: WindowElementEventArgs
Show file Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
WindowElementLocationEventArgs ( IWindowElement window, double deltaTop, double deltaLeft ) : System

Method Details

WindowElementLocationEventArgs() public method

public WindowElementLocationEventArgs ( IWindowElement window, double deltaTop, double deltaLeft ) : System
window IWindowElement
deltaTop double
deltaLeft double
return System